Class EventImpl

  • All Implemented Interfaces:
    org.refcodes.mixin.SourceAccessor<java.lang.Object>, Event, GenericEvent<java.lang.Object>


    public class EventImpl
    extends AbstractEvent<java.lang.Object>
    implements Event
    Basic implementation of the Event interface.
    • 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
      EventImpl​(java.lang.Object aSource)
      Constructs an event with the given source.
    • 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

      • EventImpl

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