Class UnsubscribeEventImpl<O extends Observable<?>>

java.lang.Object
org.refcodes.observer.AbstractEvent<O>
org.refcodes.observer.UnsubscribeEventImpl<O>
Type Parameters:
O - the generic type
All Implemented Interfaces:
org.refcodes.mixin.SourceAccessor<O>, GenericEvent<O>, UnsubscribeEvent<O>

public class UnsubscribeEventImpl<O extends Observable<?>> extends AbstractEvent<O> implements UnsubscribeEvent<O>
The Class UnsubscribeEventImpl.
  • 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>
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new unsubscribe event.
  • Method Summary

    Methods inherited from class org.refcodes.observer.AbstractEvent

    getSource

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.refcodes.mixin.SourceAccessor

    getSource
  • Constructor Details

    • UnsubscribeEventImpl

      public UnsubscribeEventImpl(O aSource)
      Instantiates a new unsubscribe event.
      Parameters:
      aSource - The according source (origin).