Class EventImpl

    • 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
      EventImpl​(Object aSource)
      Constructs an event with the given source.
    • Constructor Detail

      • EventImpl

        public EventImpl​(Object aSource)
        Constructs an event with the given source.
        Parameters:
        aSource - The source from which this event originated.