Package net.ontopia.persistence.proxy
Interface ClusterNodeListenerIF
public interface ClusterNodeListenerIF
Listener that is notified when cluster members change.
-
Method Summary
Modifier and TypeMethodDescriptionvoidNotification that the members of the cluster this listener was added to have changed.
-
Method Details
-
notifyNodeChange
void notifyNodeChange()Notification that the members of the cluster this listener was added to have changed.
-