Package mgui.interfaces
Interface SplitPanelListener
- All Known Implementing Classes:
InterfaceDisplayPanel
,InterfaceTabbedDisplayPanel
public interface SplitPanelListener
Listens for changes on a split pane.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description void
splitPanelChanged(SplitPanelEvent e)
The split pane has changed.
-
Method Details
-
splitPanelChanged
The split pane has changed. TheSplitPanelEvent
will provide information about the nature of the change.- Parameters:
e
-
-