Class EventImpl

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

public class EventImpl extends AbstractEvent<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 Object>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC extends Object>
  • Constructor Summary

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

    • EventImpl

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