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
Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor
org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC,
B extends org.refcodes.mixin.SourceAccessor.SourceBuilder<SRC, B>>, org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC> -
Constructor Summary
-
Method Summary
-
Constructor Details
-
AbstractEvent
Constructs an event with the given source.- Parameters:
aSource
- The source from which this event originated.
-
-
Method Details
-
getSource
-