eXo Kernel :: Component :: Common Service 2.4.x-SNAPSHOT

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
 void onChange(TopologyChangeEvent event)
          Called anytime the topology of the cluster changes
 

Method Detail

onChange

void onChange(TopologyChangeEvent event)
Called anytime the topology of the cluster changes

Parameters:
event - the event triggered when the topology changes

eXo Kernel :: Component :: Common Service 2.4.x-SNAPSHOT

Copyright © 2015 eXo Platform SAS. All Rights Reserved.