Uses of Interface
tigase.cluster.api.CommandListener
-
Packages that use CommandListener Package Description tigase.cluster tigase.cluster.api tigase.cluster.strategy tigase.cluster.strategy.cmd -
-
Uses of CommandListener in tigase.cluster
Classes in tigase.cluster that implement CommandListener Modifier and Type Class Description protected classAmpComponentClustered.PacketForwardCommandMethods in tigase.cluster with parameters of type CommandListener Modifier and Type Method Description voidClusterController. removeCommandListener(CommandListener listener)voidClusterController. setCommandListener(CommandListener listener) -
Uses of CommandListener in tigase.cluster.api
Classes in tigase.cluster.api that implement CommandListener Modifier and Type Class Description classCommandListenerAbstractMethods in tigase.cluster.api with parameters of type CommandListener Modifier and Type Method Description intCommandListenerAbstract. compareTo(CommandListener cl)voidClusterControllerIfc. removeCommandListener(CommandListener listener)voidClusterControllerIfc. setCommandListener(CommandListener listener) -
Uses of CommandListener in tigase.cluster.strategy
Methods in tigase.cluster.strategy with parameters of type CommandListener Modifier and Type Method Description voidDefaultClusteringStrategyAbstract. addCommandListener(CommandListener cmd) -
Uses of CommandListener in tigase.cluster.strategy.cmd
Classes in tigase.cluster.strategy.cmd that implement CommandListener Modifier and Type Class Description classPacketForwardCmd
-