Class WindowStateChangedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<Window>
-
- com.tick42.glue.desktop.windows.event.WindowEvent
-
- com.tick42.glue.desktop.windows.event.WindowStateChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class WindowStateChangedEvent extends WindowEvent
Window state changed event.- Since:
- 1.4.9
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowStateChangedEvent.ListenerWindow state changed listener.-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Constructor Summary
Constructors Constructor Description WindowStateChangedEvent(Window source, WindowState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowStategetState()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
WindowStateChangedEvent
public WindowStateChangedEvent(Window source, WindowState state)
-
-
Method Detail
-
getState
public WindowState getState()
-
-