Package mgui.interfaces
Class SplitPanelEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.SplitPanelEvent
- All Implemented Interfaces:
java.io.Serializable
public class SplitPanelEvent
extends java.util.EventObject
An event occurring on an
InterfaceSplitPanel
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SplitPanelEvent.EventType
-
Field Summary
Fields Modifier and Type Field Description protected SplitPanelEvent.EventType
type
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors Constructor Description SplitPanelEvent(InterfaceSplitPanel panel, SplitPanelEvent.EventType type)
-
Method Summary
Modifier and Type Method Description SplitPanelEvent.EventType
getType()
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
-
SplitPanelEvent
-
-
Method Details
-
getType
-