Package com.vaadin.client.ui.window
Interface WindowOrderHandler
-
- All Superinterfaces:
com.google.gwt.event.shared.EventHandler
public interface WindowOrderHandler extends com.google.gwt.event.shared.EventHandler
Handler forWindowOrderEvent
s.- Since:
- 7.7.12
- Author:
- Vaadin Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onWindowOrderChange(WindowOrderEvent event)
Called when the VWindow instances changed their order position.
-
-
-
Method Detail
-
onWindowOrderChange
void onWindowOrderChange(WindowOrderEvent event)
Called when the VWindow instances changed their order position.- Parameters:
event
- Contains windows whose position has changed
-
-