Class WindowContextUpdatedEvent
- 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.WindowContextUpdatedEvent
-
- All Implemented Interfaces:
Serializable
public final class WindowContextUpdatedEvent extends WindowEvent
Window context update event.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWindowContextUpdatedEvent.Listener-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Constructor Summary
Constructors Constructor Description WindowContextUpdatedEvent(Window window, Map<String,Object> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>getContext()StringtoString()
-