Package com.tick42.glue.core
Class GlueEvent<T>
- java.lang.Object
-
- java.util.EventObject
-
- com.tick42.glue.core.GlueEvent<T>
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ChannelContextChangedEvent,ChannelContextUpdatedEvent,ContextCreatedEvent,ContextDeletedEvent,ContextUpdatedEvent,InteropEvent,WindowEvent
public abstract class GlueEvent<T> extends EventObject
Base type from which all Glue events are derived.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGlueEvent.Listener<E extends GlueEvent<?>>static interfaceGlueEvent.Monitorstatic interfaceGlueEvent.Subscription<E>
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetSource()-
Methods inherited from class java.util.EventObject
toString
-
-
-
-
Method Detail
-
getSource
public T getSource()
- Overrides:
getSourcein classEventObject
-
-