net.sf.colossus.gui
Class ClientGUI.PendingMove

java.lang.Object
  extended by net.sf.colossus.gui.ClientGUI.PendingMove
Enclosing class:
ClientGUI

private class ClientGUI.PendingMove
extends java.lang.Object


Field Summary
 MasterHex currentHex
           
 Legion mover
           
 MasterHex targetHex
           
 
Constructor Summary
ClientGUI.PendingMove(Legion mover, MasterHex current, MasterHex target)
           
 
Method Summary
 Legion getLegion()
           
 boolean matches(Legion mover, MasterHex current, MasterHex target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mover

public Legion mover

currentHex

public MasterHex currentHex

targetHex

public MasterHex targetHex
Constructor Detail

ClientGUI.PendingMove

public ClientGUI.PendingMove(Legion mover,
                             MasterHex current,
                             MasterHex target)
Method Detail

matches

public boolean matches(Legion mover,
                       MasterHex current,
                       MasterHex target)

getLegion

public Legion getLegion()