- All Implemented Interfaces:
org.refcodes.mixin.SourceAccessor<Object>,Event,GenericEvent<Object>
Basic implementation of the
Event interface.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.refcodes.observer.AbstractEvent
getSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.refcodes.mixin.SourceAccessor
getSource
-
Constructor Details
-
EventImpl
Constructs an event with the given source.- Parameters:
aSource- The source from which this event originated.
-