P
- the generic typeS
- the generic typeCheckerboardViewerEvent<P,S>
, org.refcodes.mixin.ActionAccessor<P>
, org.refcodes.mixin.SourceAccessor<P>
, org.refcodes.observer.GenericActionEvent<P,S>
, org.refcodes.observer.GenericEvent<P>
ViewportDimensionChangedEventImpl
, ViewportOffsetChangedEventImpl
public abstract class AbstractCheckerboardViewerEvent<P extends Player<P,S>,S> extends Object implements CheckerboardViewerEvent<P,S>
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 |
---|---|
AbstractCheckerboardViewerEvent(CheckerboardViewerAction aAction,
CheckerboardViewer<P,S,?> aSource) |
Instantiates a new abstract checkerboard viewer event.
|
Modifier and Type | Method | 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()
public CheckerboardViewer<P,S,?> getSource()
Copyright © 2021. All rights reserved.