public abstract class ClusterListenerAdapter extends java.lang.Object implements ClusterListener
| 构造器和说明 |
|---|
ClusterListenerAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ClusterListenerevent - the eventpublic void clusterClosed(ClusterClosedEvent event)
ClusterListenerclusterClosed 在接口中 ClusterListenerevent - the eventpublic void clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
ClusterListenerclusterDescriptionChanged 在接口中 ClusterListenerevent - the event