Class UnsubscribeEvent<SRC>
java.lang.Object
org.refcodes.observer.AbstractEvent<SRC>
org.refcodes.observer.UnsubscribeEvent<SRC>
- Type Parameters:
SRC- The type of the observable.
- All Implemented Interfaces:
SourceAccessor<SRC>, Event<SRC>
An UnsubscribeEvent is published by an Observable when an
observer is being unsubscribed.
An UnsubscribeEvent provides a observable being the origin of the
UnsubscribeEvent.
-
Nested Class Summary
Nested classes/interfaces inherited from interface SourceAccessor
SourceAccessor.SourceBuilder<SRC,B>, SourceAccessor.SourceMutator<SRC>, SourceAccessor.SourceProperty<SRC> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractEvent
getSource
-
Constructor Details
-
UnsubscribeEvent
Instantiates a new unsubscribe event.- Parameters:
aSource- The according source (origin).
-