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 -
Method Summary
Modifier and TypeMethodDescriptionvoidgroupEvent(Group<T> group, GroupListener.GroupEvent event)
-
Method Details
-
groupEvent
-