Class UnitAction.TransLoadListener

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

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

Handles the event of pressing Load a Unit into a transport


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

Constructor Detail

UnitAction.TransLoadListener

UnitAction.TransLoadListener()
Method Detail

actionPerformed

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

unitsLoadable

private boolean unitsLoadable()

checkAndHighlight

private boolean checkAndHighlight(int x,
                                  int y)