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 inteventCodestatic intGE_GENERALstatic intGE_LABELSFields 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, toStringMethods 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
-