Class SubscribeEventImpl<O extends Observable<?>>

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.refcodes.mixin.SourceAccessor

        org.refcodes.mixin.SourceAccessor.SourceMutator<SRC extends java.lang.Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends java.lang.Object>
    • Constructor Summary

      Constructors 
      Constructor Description
      SubscribeEventImpl​(O aSource)
      Instantiates a new subscribe event.
    • Method Summary

      • 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 Detail

      • SubscribeEventImpl

        public SubscribeEventImpl​(O aSource)
        Instantiates a new subscribe event.
        Parameters:
        aSource - The according source (origin).