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
onChange
void onChange(TopologyChangeEvent event)
- Called anytime the topology of the cluster changes
- Parameters:
event - the event triggered when the topology changes
Copyright © 2015 eXo Platform SAS. All Rights Reserved.