P - the generic typeS - the generic typeCheckerboardEvent<P,S>, PlayerAccessor<P>, org.refcodes.mixin.ActionAccessor<CheckerboardAction>, org.refcodes.mixin.SourceAccessor<Checkerboard<P,S>>, org.refcodes.observer.GenericActionEvent<CheckerboardAction,Checkerboard<P,S>>, org.refcodes.observer.GenericEvent<Checkerboard<P,S>>PlayerAddedEventImpl, PlayerRemovedEventImplpublic abstract static class AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent<P extends Player<P,S>,S> extends AbstractCheckerboardEvent<P,S> implements PlayerAccessor<P>
AbstractCheckerboardEvent.AbstractPlayerCheckerboardEvent<P extends Player<P,S>,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>PlayerAccessor.PlayerBuilder<P extends Player<P,?>,B extends PlayerAccessor.PlayerBuilder<P,B>>, PlayerAccessor.PlayerMutator<P extends Player<P,?>>, PlayerAccessor.PlayerProperty<P extends Player<P,?>>, PlayerAccessor.PlayerPropertyBuilder<P extends Player<P,?>>| Constructor | Description |
|---|---|
AbstractPlayerCheckerboardEvent(CheckerboardAction aAction,
P aPlayer,
Checkerboard<P,S> aSource) |
Instantiates a new abstract player checkerboard event.
|
| Modifier and Type | Method | Description |
|---|---|---|
P |
getPlayer() |
Gets the player.
|
getAction, getSource, toStringpublic AbstractPlayerCheckerboardEvent(CheckerboardAction aAction, P aPlayer, Checkerboard<P,S> aSource)
aAction - the actionaPlayer - the playeraSource - The according source (origin).Copyright © 2018. All rights reserved.