java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
- Type Parameters:
SRC- the generic type for the event's source.
- All Implemented Interfaces:
org.refcodes.mixin.SourceAccessor<SRC>,GenericEvent<SRC>
- Direct Known Subclasses:
AbstractActionEvent,AbstractMetaDataEvent,AbstractPayloadEvent,EventImpl,SubscribeEventImpl,UnsubscribeEventImpl
Basic implementation of the
GenericEvent.-
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>
-