Uses of Interface
cz.cuni.amis.pogamut.defcon.communication.worldview.modules.managers.fleets.IPlacingFinishedListener

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)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.