java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
- Type Parameters:
SRC- The generic type of the event's source in question.
- All Implemented Interfaces:
org.refcodes.mixin.SourceAccessor<SRC>,Event<SRC>
- Direct Known Subclasses:
AbstractActionEvent,AbstractMetaDataEvent,SubscribeEvent,UnsubscribeEvent
The
AbstractEvent provides a base implementation for an
Event.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractEvent
Constructs an event with the given source.- Parameters:
aSource- The source from which this event originated.
-
-
Method Details
-
getSource
- Specified by:
getSourcein interfaceorg.refcodes.mixin.SourceAccessor<SRC>
-