Package mgui.interfaces.graphs
Class InterfaceGraphEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.graphs.InterfaceGraphEvent
- All Implemented Interfaces:
java.io.Serializable
public class InterfaceGraphEvent
extends java.util.EventObject
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description int
eventCode
static int
GE_GENERAL
static int
GE_LABELS
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors Constructor Description InterfaceGraphEvent(InterfaceAbstractGraph graph, int code)
-
Method Summary
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
-
GE_GENERAL
public static final int GE_GENERAL- See Also:
- Constant Field Values
-
GE_LABELS
public static final int GE_LABELS- See Also:
- Constant Field Values
-
eventCode
public int eventCode
-
-
Constructor Details
-
InterfaceGraphEvent
-