| Modifier and Type | Interface and Description |
|---|---|
interface |
ChangePositionEvent<P extends Player<P,?>>
The Interface ChangePositionEvent.
|
interface |
DraggabilityChangedEvent<P extends Player<P,?>>
The Interface DraggabilityChangedEvent.
|
interface |
PositionChangedEvent<P extends Player<P,?>>
The Interface PositionChangedEvent.
|
interface |
StateChangedEvent<P extends Player<P,S>,S>
The Interface StateChangedEvent.
|
interface |
VisibilityChangedEvent<P extends Player<P,?>>
The Interface VisibilityChangedEvent.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPlayerEvent<P extends Player<P,?>>
The Class AbstractPlayerEvent.
|
class |
ChangePositionEventImpl<P extends Player<P,?>>
The Class ChangePositionEventImpl.
|
class |
DraggabilityChangedEventImpl<P extends Player<P,?>>
The Class DraggabilityChangedEventImpl.
|
class |
PositionChangedEventImpl<P extends Player<P,?>>
The Class PositionChangedEventImpl.
|
class |
StateChangedEventImpl<P extends Player<P,S>,S>
The Class StateChangedEventImpl.
|
class |
VisibilityChangedEventImpl<P extends Player<P,?>>
The Class VisibilityChangedEventImpl.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractPlayer.fireEvent(PlayerEvent<P> aEvent,
PlayerObserver<P,S> aObserver,
org.refcodes.controlflow.ExecutionStrategy aExecutionStrategy)
Fire event.
|
void |
PlayerObserver.onPlayerEvent(PlayerEvent<P> aPlayerEvent)
This method is called when information about an Player which was
previously requested using an asynchronous interface becomes available.
|
void |
CheckerboardObserver.onPlayerEvent(PlayerEvent<P> aPlayerEvent,
Checkerboard<P,S> aSource)
This method is called when information about an Checkerboard which was
previously requested using an asynchronous interface becomes available.
|
Copyright © 2018. All rights reserved.