Interface RenderSettingsEvent.Handler
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler,JadiceEventHandler
- Enclosing class:
RenderSettingsEvent
Handler for handling changes of the RenderSettings
-
Method Summary
Modifier and TypeMethodDescriptionvoidonChange(RenderSettingsEvent event) React to changes in the RenderSettings
-
Method Details
-
onChange
React to changes in the RenderSettings- Parameters:
event- Information regarding the change, like old and new visible Rectangle
-