Class UnitAction.UnitPurchaseDestinationListener

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

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

Listens for the destination player chooses to drop off a new unit onto the field


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

UnitAction.UnitPurchaseDestinationListener()
Method Detail

actionPerformed

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