Class UnitAction.CompleteAttackListener

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

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

Finishes off the attack process involving dealing out damage, determining money earned by attacking player, whether or not the enemy or attacker dies during the process.


Constructor Summary
(package private) UnitAction.CompleteAttackListener()
           
 
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.CompleteAttackListener

UnitAction.CompleteAttackListener()
Method Detail

actionPerformed

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