net.sf.freecol.client.control
Class InGameController.UnitWas

java.lang.Object
  extended by net.sf.freecol.client.control.InGameController.UnitWas
Enclosing class:
InGameController

private class InGameController.UnitWas
extends java.lang.Object


Field Summary
private  int amount
           
private  Colony colony
           
private  Location loc
           
private  Unit.Role role
           
private  UnitType type
           
private  Unit unit
           
private  GoodsType work
           
 
Constructor Summary
InGameController.UnitWas(Unit unit)
           
 
Method Summary
private  java.lang.String change(FreeColGameObject fcgo)
           
 void fireChanges()
          Fire any property changes resulting from actions of a unit.
private  int getAmount(Location location, GoodsType goodsType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

unit

private Unit unit

type

private UnitType type

role

private Unit.Role role

loc

private Location loc

work

private GoodsType work

amount

private int amount

colony

private Colony colony
Constructor Detail

InGameController.UnitWas

public InGameController.UnitWas(Unit unit)
Method Detail

getAmount

private int getAmount(Location location,
                      GoodsType goodsType)

change

private java.lang.String change(FreeColGameObject fcgo)

fireChanges

public void fireChanges()
Fire any property changes resulting from actions of a unit.