java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.SubscribeEvent<SRC>
- Type Parameters:
SRC- The type of the observable.
- All Implemented Interfaces:
org.refcodes.mixin.SourceAccessor<SRC>,Event<SRC>
An
SubscribeEvent is published by an Observable when an
observer is being subscribed.
An SubscribeEvent provides a observable being the origin of the
SubscribeEvent.-
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
-
SubscribeEvent
Instantiates a new subscribe event.- Parameters:
aSource- The according source (origin).
-