public abstract class ClusterListenerAdapter extends Object implements ClusterListener
| Constructor and Description | 
|---|
| ClusterListenerAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clusterClosed(ClusterClosedEvent event)Invoked when a cluster is closed. | 
| void | clusterDescriptionChanged(ClusterDescriptionChangedEvent event)Invoked when a cluster description changes. | 
| void | clusterOpening(ClusterOpeningEvent event)Invoked when a cluster is opened. | 
public void clusterOpening(ClusterOpeningEvent event)
ClusterListenerclusterOpening in interface ClusterListenerevent - the eventpublic void clusterClosed(ClusterClosedEvent event)
ClusterListenerclusterClosed in interface ClusterListenerevent - the eventpublic void clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
ClusterListenerclusterDescriptionChanged in interface ClusterListenerevent - the event