Class ContextUpdatedEvent
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<T>
-
- com.tick42.glue.core.contexts.event.ContextUpdatedEvent
-
- All Implemented Interfaces:
Serializable
public final class ContextUpdatedEvent extends GlueEvent<T>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceContextUpdatedEvent.Listener-
Nested classes/interfaces inherited from class com.tick42.glue.core.GlueEvent
GlueEvent.Monitor, GlueEvent.Subscription<E>
-
-
Constructor Summary
Constructors Constructor Description ContextUpdatedEvent(Context<?> context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Context<?>getContext()-
Methods inherited from class java.util.EventObject
toString
-
-