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 class  WindowEvent.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.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