civquest.swing.gameChange
Class UnmarkAllUnits

java.lang.Object
  extended bycivquest.gameChange.AbstractUnitChange
      extended bycivquest.swing.gameChange.UnmarkAllUnits
All Implemented Interfaces:
GameChange, UnitChange

public class UnmarkAllUnits
extends AbstractUnitChange

UnmarkAllUnits.java


Field Summary
 
Fields inherited from class civquest.gameChange.AbstractUnitChange
name, unitIDs
 
Fields inherited from interface civquest.gameChange.UnitChange
ADD_UNIT, NOT_KNOWN, RESET_UNIT_TIME
 
Constructor Summary
UnmarkAllUnits(civquest.swing.MapViewComponent mvc)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class civquest.gameChange.AbstractUnitChange
getUnitIDs, notifyListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnmarkAllUnits

public UnmarkAllUnits(civquest.swing.MapViewComponent mvc)
Method Detail

execute

public void execute()