
@ExtensionPoint public interface GroupListener
GroupListener can be registered with
Extension annotation or with the
ListenerSupport.addListener(java.lang.Object).| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(Group group,
HandlerEvent event)
Called when a group change event is fired.
|
void onEvent(Group group, HandlerEvent event)
group - that has changedevent - type of change eventCopyright © 2013. All Rights Reserved.