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

public interface UnsubscribeEvent<O extends Observable<?>> extends GenericEvent<O>
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 org.refcodes.mixin.SourceAccessor

    org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
  • Method Summary

    Methods inherited from interface org.refcodes.mixin.SourceAccessor

    getSource