Package mgui.interfaces.graphics
Interface WindowListener
- All Known Subinterfaces:
WindowContainer
- All Known Implementing Classes:
InterfaceDisplayPanel
,InterfaceSectionSetPanel
,InterfaceSplitPanel
,InterfaceTabbedDisplayPanel
,ShapeModel3D
public interface WindowListener
Specifies a listener on
InterfaceGraphicWindow
objects.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
-
Method Summary
Modifier and Type Method Description void
windowSourceChanged(WindowEvent e)
void
windowUpdated(WindowEvent e)
-
Method Details
-
windowUpdated
-
windowSourceChanged
-