public interface GroupEventHandler
A class that is interested in processing a GroupEvent
implements
this interface, and an instance of the class is registered with a component
that has an addGroupEventHandler method. When the GroupEvent occurs, the
onGroupEvent method specified by this interface is invoked.
Modifier and Type | Method and Description |
---|---|
void |
onGroupEvent(GroupEvent event)
Invoked when the GroupEvent occurs.
|
void onGroupEvent(GroupEvent event)
event
- The GroupEvent that has occurred.Copyright © 2021. All rights reserved.