Package mgui.interfaces.graphics
Class GraphicEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.graphics.GraphicEvent
- All Implemented Interfaces:
java.io.Serializable
public class GraphicEvent
extends java.util.EventObject
Event on an
InterfaceGraphic objects.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphicEvent.EventType -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors Constructor Description GraphicEvent(InterfaceGraphic<?> graphic)GraphicEvent(InterfaceGraphic<?> graphic, GraphicEvent.EventType type) -
Method Summary
Modifier and Type Method Description InterfaceGraphic<?>getGraphic()GraphicEvent.EventTypegetType()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
-
Constructor Details
-
GraphicEvent
-
GraphicEvent
-
-
Method Details
-
getType
-
getGraphic
-