Package mgui.interfaces.graphics
Class WindowEvent
java.lang.Object
java.util.EventObject
mgui.interfaces.graphics.WindowEvent
- All Implemented Interfaces:
java.io.Serializable
public class WindowEvent
extends java.util.EventObject
Specifies an event on a graphics window (instance of
InterfaceGraphic).- Since:
- 1.0
- Version:
- 1.0
- Author:
- Andrew Reid
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWindowEvent.EventType -
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
Constructors Constructor Description WindowEvent(InterfaceGraphicWindow source)WindowEvent(InterfaceGraphicWindow source, WindowEvent.EventType type) -
Method Summary
Modifier and Type Method Description WindowEvent.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
-
WindowEvent
-
WindowEvent
-
-
Method Details
-
getType
-