Interface GroupListener<T extends NodeState>
-
- All Known Implementing Classes:
ZookeeperGroupListenerSupport
public interface GroupListener<T extends NodeState>Callback interface used to get notifications of changes to a cluster group.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGroupListener.GroupEvent
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgroupEvent(Group<T> group, GroupListener.GroupEvent event)
-
-
-
Method Detail
-
groupEvent
void groupEvent(Group<T> group, GroupListener.GroupEvent event)
-
-