Interface HilitesChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this grid. 
- 
Method Details
- 
onHilitesChanged
Notification method executed whenever the end user uses the HiliteEditor to change the set of hilites applied to this grid. This method will not be called after a purely programmatic change to the hilites made with a call tosetHilites(). The array of currently applied hilite objects is accessible viagetHilites().- Parameters:
 event- the event
 
 -