com.croftsoft.apps.mars.net.request
Class MoveRequest

java.lang.Object
  extended by com.croftsoft.apps.mars.net.request.AbstractRequest
      extended by com.croftsoft.apps.mars.net.request.MoveRequest
All Implemented Interfaces:
Request, Serializable

public final class MoveRequest
extends AbstractRequest

Request to fire tank.

Since:
2003-05-13
Version:
2003-05-13
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
MoveRequest(String playerName)
           
 
Method Summary
 PointXY getDestination()
           
 void setDestination(double x, double y)
           
 
Methods inherited from class com.croftsoft.apps.mars.net.request.AbstractRequest
getPlayerName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoveRequest

public MoveRequest(String playerName)
Method Detail

getDestination

public PointXY getDestination()

setDestination

public void setDestination(double x,
                           double y)

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)