Package mgui.interfaces
Class DisplayPanelEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.DisplayPanelEvent
- All Implemented Interfaces:
java.io.Serializable
public class DisplayPanelEvent
extends java.util.EventObject
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDisplayPanelEvent.EventType -
Field Summary
Fields Modifier and Type Field Description DisplayPanelEvent.EventTypetypeFields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors Constructor Description DisplayPanelEvent(InterfaceDisplayPanel panel, DisplayPanelEvent.EventType type) -
Method Summary
Modifier and Type Method Description InterfaceDisplayPanelgetDisplayPanel()Methods inherited from class java.util.EventObject
getSource, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
type
-
-
Constructor Details
-
DisplayPanelEvent
-
-
Method Details
-
getDisplayPanel
-