Class UnitAction.SetFocusedUnitListener

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

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

Handles which unit the game is focusing on for operations such as movement, attacking and any special operations


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

UnitAction.SetFocusedUnitListener()
Method Detail

actionPerformed

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