|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPlacingFinishedListener | |
|---|---|
| cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets | |
| Uses of IPlacingFinishedListener in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets |
|---|
| Fields in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets declared as IPlacingFinishedListener | |
|---|---|
protected IPlacingFinishedListener |
FleetsManager.QueuedPlacing.callback
|
| Methods in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets with parameters of type IPlacingFinishedListener | |
|---|---|
boolean |
FleetsManager.placeFleet(DefConLocation location,
UnitType[] ships,
Object initData,
IPlacingFinishedListener finishedListener)
Tries to place fleet on a given location (queues the command). |
boolean |
FleetsManager.placeFleet(List<DefConLocation> orderedPlacements,
UnitType[] fleetComposition,
int fleetsCount,
Object initData,
IPlacingFinishedListener finishedListener)
Tries to place the fleet on one of the given positions (queues the command, if it finds suitable place), starting from the head. |
| Constructors in cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets with parameters of type IPlacingFinishedListener | |
|---|---|
FleetsManager.QueuedPlacing(int expectedCount,
UnitType[] fleetComposition,
Queue<DefConLocation> placementOptions,
Object data,
IPlacingFinishedListener callback)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||