A - The type of the action stored in the event.SRC - The type of the source in question.public interface GenericActionEvent<A,SRC> extends GenericEvent<SRC>, org.refcodes.mixin.ActionAccessor<A>
GenericActionEvent extends the GenericEvent and provides
additional means to provide an action via ActionAccessor.getAction() being of a
generic type. The action can be used to easily describe the intend of the
event without sub-classing an GenericActionEvent enabled
{GenericEvent} class for each intend.org.refcodes.mixin.SourceAccessor.SourceMutator<SRC>, org.refcodes.mixin.SourceAccessor.SourceProperty<SRC>org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B extends org.refcodes.mixin.ActionAccessor.ActionBuilder<A,B>>, org.refcodes.mixin.ActionAccessor.ActionMutator<A>, org.refcodes.mixin.ActionAccessor.ActionProperty<A>Copyright © 2018. All rights reserved.