P - the generic typeS - the generic typepublic abstract class AbstractCheckerboardViewerEvent<P extends Player<P,S>,S> extends Object implements CheckerboardViewerEvent<P,S>
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 |
|---|
AbstractCheckerboardViewerEvent(CheckerboardViewerAction aAction,
CheckerboardViewer<P,S,?> aSource)
Instantiates a new abstract checkerboard viewer event.
|
| Modifier and Type | Method and Description |
|---|---|
CheckerboardViewerAction |
getAction() |
CheckerboardViewer<P,S,?> |
getSource() |
String |
toString() |
public AbstractCheckerboardViewerEvent(CheckerboardViewerAction aAction, CheckerboardViewer<P,S,?> aSource)
aAction - the actionaSource - The according source (origin).public CheckerboardViewerAction getAction()
getAction in interface org.refcodes.mixin.ActionAccessor<CheckerboardViewerAction>public CheckerboardViewer<P,S,?> getSource()
Copyright © 2018. All rights reserved.