Class UnitAction.CompleteSuperSoldierProcess

java.lang.Object
  |
  +--UnitAction.CompleteSuperSoldierProcess
Enclosing class:
UnitAction

class UnitAction.CompleteSuperSoldierProcess
extends java.lang.Object
implements java.awt.event.ActionListener

Completes the action of making a Super Soldier from two soldier units.


Constructor Summary
(package private) UnitAction.CompleteSuperSoldierProcess()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UnitAction.CompleteSuperSoldierProcess

UnitAction.CompleteSuperSoldierProcess()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener