Interface PaneChangedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onPaneChanged
(PaneChangedEvent event) Notification fired when thecurrentPane
changes, either due to end-user action or due to a programmatic call tosetCurrentPane()
or other APIs that can change the pane.
-
Method Details
-
onPaneChanged
Notification fired when thecurrentPane
changes, 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
SplitPane
is not drawn.- Parameters:
event
- the event
-