Interface GroupStateChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification 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
 
 -