Class MovementMovetoRequest

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--java.awt.AWTEvent
              |
              +--MovementRequestEvent
                    |
                    +--MovementMovetoRequest

public class MovementMovetoRequest
extends MovementRequestEvent

Requests that the listener move to a specific (X, Y, Z) coordinate.

See Also:
Serialized Form

Fields inherited from class MovementRequestEvent
arg, CLAWCHANGE, MOVEMENT_FIRST, MOVEMENT_LAST, MOVETO, numberArguments, PICKUP, RELEASE, RESET, ROTATE, TOGGLEAXIS
 
Fields inherited from class java.awt.AWTEvent
ACTION_EVENT_MASK, ADJUSTMENT_EVENT_MASK, COMPONENT_EVENT_MASK, consumed, CONTAINER_EVENT_MASK, FOCUS_EVENT_MASK, id, INPUT_METHOD_EVENT_MASK, ITEM_EVENT_MASK, KEY_EVENT_MASK, MOUSE_EVENT_MASK, MOUSE_MOTION_EVENT_MASK, RESERVED_ID_MAX, TEXT_EVENT_MASK, WINDOW_EVENT_MASK
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MovementMovetoRequest(java.lang.Object creator, java.lang.String arguments)
          There are three arguments (contained in arguments) which is parsed using StringTokenizer using comma as the delimiter.
 
Methods inherited from class java.awt.AWTEvent
consume, finalize, getID, isConsumed, paramString, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MovementMovetoRequest

public MovementMovetoRequest(java.lang.Object creator,
                             java.lang.String arguments)
There are three arguments (contained in arguments) which is parsed using StringTokenizer using comma as the delimiter.

The arguments are a position in relation to the X-axis, Y-axis and Z-axis in cartesion coordinates.
Parameters:
creator - the object which instantiated this class
arguments - the arguments which are to be processed