Interface EscalatorSizeChangeHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface EscalatorSizeChangeHandler extends com.google.gwt.event.shared.EventHandlerFOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!Event handler that gets notified when the size of the Escalator changes.
- Author:
- Vaadin Ltd
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEscalatorSizeChangeHandler.EscalatorSizeChangeEventFOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEscalatorSizeChange(EscalatorSizeChangeHandler.EscalatorSizeChangeEvent event)FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!
-
-
-
Method Detail
-
onEscalatorSizeChange
void onEscalatorSizeChange(EscalatorSizeChangeHandler.EscalatorSizeChangeEvent event)
FOR INTERNAL USE ONLY, MAY GET REMOVED OR MODIFIED AT ANY TIME!Called when the size of the Escalator changes.
- Parameters:
event- the row visibility change event describing the change
-
-