@Beta public abstract class ClusterListenerAdapter extends Object implements ClusterListener
Constructor and Description |
---|
ClusterListenerAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
clusterClosed(ClusterEvent event)
Invoked when a cluster is closed.
|
void |
clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
Invoked when a cluster description changes.
|
void |
clusterOpened(ClusterEvent event)
Invoked when a cluster is opened.
|
public void clusterOpened(ClusterEvent event)
ClusterListener
clusterOpened
in interface ClusterListener
event
- the eventpublic void clusterClosed(ClusterEvent event)
ClusterListener
clusterClosed
in interface ClusterListener
event
- the eventpublic void clusterDescriptionChanged(ClusterDescriptionChangedEvent event)
ClusterListener
clusterDescriptionChanged
in interface ClusterListener
event
- the eventCopyright © 2016. All Rights Reserved.