Interface GroupStateChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Notification method executed whenever the groupState of this grid changes.
-
Method Details
-
onGroupStateChanged
Notification method executed whenever the groupState of this grid changes. Group state is accessible viagetGroupState()
, and contains group state information.- Parameters:
event
- the event
-