Interface ToolChangedEvent.Handler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler,JadiceEventHandler
- Enclosing class:
ToolChangedEvent
Handler for handling changes of a Tool state or value (see
ToolChangedEvent.Cause).-
Method Summary
Modifier and TypeMethodDescriptionvoidonChange(ToolChangedEvent event) React to changes of a Tool state or value
-
Method Details
-
onChange
React to changes of a Tool state or value- Parameters:
event- Information regarding the change, like old and new visible Rectangle
-