A - the generic typeSRC - the generic typeorg.refcodes.mixin.ActionAccessor<A>, org.refcodes.mixin.SourceAccessor<A>, GenericActionEvent<A,SRC>, GenericEvent<A>AbstractMetaDataActionEvent, AbstractPayloadActionEvent, ActionEventImplpublic abstract class AbstractActionEvent<A,SRC> extends AbstractEvent<SRC> implements GenericActionEvent<A,SRC>
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>| Constructor | Description |
|---|---|
AbstractActionEvent(A aAction,
SRC aSource) |
Constructs an event with the given source.
|
AbstractActionEvent(SRC aSource) |
Constructs an event with the given source.
|
| Modifier and Type | Method | Description |
|---|---|---|
A |
getAction() |
getSourceprotected A _action
public AbstractActionEvent(SRC aSource)
aSource - The source from which this event originated.public AbstractActionEvent(A aAction, SRC aSource)
aAction - The action which the GenericActionEvent
represents.aSource - The source from which this event originated.Copyright © 2021. All rights reserved.