Interface HasPaneChangedHandlers
- All Superinterfaces:
- HasHandlers
- 
Method SummaryModifier and TypeMethodDescriptionaddPaneChangedHandler(PaneChangedHandler handler) Notification fired when thecurrentPanechanges, either due to end-user action or due to a programmatic call tosetCurrentPane()or other APIs that can change the pane.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addPaneChangedHandlerNotification fired when thecurrentPanechanges, either due to end-user action or due to a programmatic call tosetCurrentPane()or other APIs that can change the pane.Note that depending on the DeviceMode, this event may not signal that any pane has actually been shown or hidden, since in some modes multiple panes are shown simultaneously.Never fires while the SplitPaneis not drawn.- Parameters:
- handler- the paneChanged handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-