A - the generic typeSRC - the generic typepublic abstract class AbstractActionEvent<A,SRC> extends AbstractEvent<SRC> implements GenericActionEvent<A,SRC>
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>| Constructor and 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 and 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 © 2018. All rights reserved.