Class WindowFocusChangedEvent
- 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.WindowFocusChangedEvent
-
- All Implemented Interfaces:
Serializable
public final class WindowFocusChangedEvent extends WindowEvent
Window focus changed event.- Since:
- 1.4.6
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowFocusChangedEvent.Listener-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Constructor Summary
Constructors Constructor Description WindowFocusChangedEvent(Window source, boolean focused)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisFocused()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Constructor Detail
-
WindowFocusChangedEvent
public WindowFocusChangedEvent(Window source, boolean focused)
-
-