Class ActionEventImpl

    • Nested Class Summary

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

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

      • ActionEventImpl

        public ActionEventImpl​(Enum<?> aAction,
                               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.