Uses of Interface
tigase.cluster.api.CommandListener
Packages that use CommandListener
Package
Description
-
Uses of CommandListener in tigase.cluster
Classes in tigase.cluster that implement CommandListenerMethods in tigase.cluster with parameters of type CommandListenerModifier and TypeMethodDescriptionvoid
ClusterController.removeCommandListener
(CommandListener listener) void
ClusterController.setCommandListener
(CommandListener listener) -
Uses of CommandListener in tigase.cluster.api
Classes in tigase.cluster.api that implement CommandListenerMethods in tigase.cluster.api with parameters of type CommandListenerModifier and TypeMethodDescriptionint
CommandListenerAbstract.compareTo
(CommandListener cl) void
ClusterControllerIfc.removeCommandListener
(CommandListener listener) void
ClusterControllerIfc.setCommandListener
(CommandListener listener) -
Uses of CommandListener in tigase.cluster.strategy
Methods in tigase.cluster.strategy with parameters of type CommandListenerModifier and TypeMethodDescriptionfinal void
DefaultClusteringStrategyAbstract.addCommandListener
(CommandListener cmd) -
Uses of CommandListener in tigase.cluster.strategy.cmd
Classes in tigase.cluster.strategy.cmd that implement CommandListener