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 class
DisplayPanelEvent.EventType
-
Field Summary
Fields Modifier and Type Field Description DisplayPanelEvent.EventType
type
Fields 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 InterfaceDisplayPanel
getDisplayPanel()
Methods inherited from class java.util.EventObject
getSource, toString
Methods 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
-