Class AbstractEvent<SRC>

    • 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
      AbstractEvent​(SRC aSource)
      Constructs an event with the given source.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SRC getSource​()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractEvent

        public AbstractEvent​(SRC aSource)
        Constructs an event with the given source.
        Parameters:
        aSource - The source from which this event originated.
    • Method Detail

      • getSource

        public SRC getSource​()
        Specified by:
        getSource in interface org.refcodes.mixin.SourceAccessor<SRC>