Module org.refcodes.observer
Package org.refcodes.observer
Interface UnsubscribeEvent<O extends Observable<?>>
- Type Parameters:
O- The type of the observable.
- All Superinterfaces:
GenericEvent<O>,org.refcodes.mixin.SourceAccessor<O>
- All Known Implementing Classes:
UnsubscribeEventImpl
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
-
Method Summary
Methods inherited from interface org.refcodes.mixin.SourceAccessor
getSource