blob: e4452d10f368c7e1dc7dd23896f207bf8c04b6ba [file] [log] [blame]
package org.apache.s4.comm.topology;
/**
* Entities interested in changes occuring in topologies implement this listener and should register through the
* {@link Cluster} interface
*
*/
public interface ClusterChangeListener {
public void onChange();
}