org.apache.s4.comm.topology
Interface ClusterChangeListener

All Known Implementing Classes:
TCPEmitter, TCPRemoteEmitter, UDPEmitter, UDPRemoteEmitter

public interface ClusterChangeListener

Entities interested in changes occurring in topologies implement this listener and should register through the Cluster interface


Method Summary
 void onChange()
           
 

Method Detail

onChange

void onChange()