Class ActionEventImpl

  • All Implemented Interfaces:
    org.refcodes.mixin.ActionAccessor<java.lang.Enum<?>>, org.refcodes.mixin.SourceAccessor<java.lang.Enum<?>>, ActionEvent, Event, GenericActionEvent<java.lang.Enum<?>,java.lang.Object>, GenericEvent<java.lang.Enum<?>>


    public class ActionEventImpl
    extends AbstractActionEvent<java.lang.Enum<?>,java.lang.Object>
    implements ActionEvent
    Basic implementation of the Event interface.
    • Nested Class Summary

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

        org.refcodes.mixin.ActionAccessor.ActionBuilder<A extends java.lang.Object,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A extends java.lang.Object>, org.refcodes.mixin.ActionAccessor.ActionProperty<A extends java.lang.Object>
      • 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
      ActionEventImpl​(java.lang.Enum<?> aAction, java.lang.Object aSource)
      Constructs an event with the given source.
    • Method Summary

      • Methods inherited from interface org.refcodes.mixin.ActionAccessor

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

      • ActionEventImpl

        public ActionEventImpl​(java.lang.Enum<?> aAction,
                               java.lang.Object aSource)
        Constructs an event with the given source.
        Parameters:
        aAction - The action which the GenericActionEvent represents.
        aSource - The source from which this event originated.