Class UnitAction.UnitMoveDestinationListener

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

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

This is added to all the nodes that are supposed to be possible destinations for a unit to move to


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

UnitAction.UnitMoveDestinationListener()
Method Detail

actionPerformed

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