Uses of Class
de.xima.fc.cluster.model.events.topo.NodeJoinEvent
-
Packages that use NodeJoinEvent Package Description de.xima.fc.cluster.interfaces.listener de.xima.fc.cluster.interfaces.observer de.xima.fc.cluster.observer -
-
Uses of NodeJoinEvent in de.xima.fc.cluster.interfaces.listener
Methods in de.xima.fc.cluster.interfaces.listener with parameters of type NodeJoinEvent Modifier and Type Method Description voidIClusterTopologyListener. onNodeJoined(NodeJoinEvent event)Invoked when a node joined the cluster. -
Uses of NodeJoinEvent in de.xima.fc.cluster.interfaces.observer
Methods in de.xima.fc.cluster.interfaces.observer with parameters of type NodeJoinEvent Modifier and Type Method Description voidIClusterTopologyObserver. onNodeJoined(NodeJoinEvent event)Method that should be called when a node was added to the cluster. -
Uses of NodeJoinEvent in de.xima.fc.cluster.observer
Methods in de.xima.fc.cluster.observer with parameters of type NodeJoinEvent Modifier and Type Method Description voidClusterTopologyObserver. onNodeJoined(NodeJoinEvent event)
-