Package org.exoplatform.services.rpc
Interface TopologyChangeListener
public interface TopologyChangeListener
This interface is used to allow some components to be notified anytime the topology
of the cluster changes, in other words any time a member of the cluster leave or join
the cluster.
- Version:
- $Id$
- Author:
- Nicolas Filotto
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChange(TopologyChangeEvent event) Called anytime the topology of the cluster changes
-
Method Details
-
onChange
Called anytime the topology of the cluster changes- Parameters:
event- the event triggered when the topology changes
-