public interface GroupListener<T extends NodeState>
Callback interface used to get notifications of changes to a cluster group.
Modifier and Type | Interface and Description |
---|---|
static class |
GroupListener.GroupEvent |
Modifier and Type | Method and Description |
---|---|
void |
groupEvent(Group<T> group,
GroupListener.GroupEvent event) |
void groupEvent(Group<T> group, GroupListener.GroupEvent event)
Copyright © 2014 Red Hat. All Rights Reserved.