civquest.swing.gameChange
Class ToggleUnitBlinkOn

java.lang.Object
  extended bycivquest.gameChange.AbstractGUIChange
      extended bycivquest.swing.gameChange.ToggleUnitBlinkOn
All Implemented Interfaces:
GameChange, GUIChange

public class ToggleUnitBlinkOn
extends AbstractGUIChange

ToggleUnitBlinkOn.java


Field Summary
 
Fields inherited from class civquest.gameChange.AbstractGUIChange
eventIDs, name
 
Fields inherited from interface civquest.gameChange.GUIChange
NOT_GIVEN, SET_WORKING_FIELD, TOGGLE_UNIT_BLINK
 
Constructor Summary
ToggleUnitBlinkOn(civquest.swing.GUIState guiState)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class civquest.gameChange.AbstractGUIChange
getEventIDs, notifyListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToggleUnitBlinkOn

public ToggleUnitBlinkOn(civquest.swing.GUIState guiState)
Method Detail

execute

public void execute()