Class MovementRotateRequest

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

public class MovementRotateRequest
extends MovementRequestEvent

Requests that the listener rotate its joints.

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
MovementRotateRequest(java.lang.Object creator)
          Calls MovementRotateRequest(Object, String) with an empty String.
MovementRotateRequest(java.lang.Object creator, java.lang.String arguments)
          There are six 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

MovementRotateRequest

public MovementRotateRequest(java.lang.Object creator)
Calls MovementRotateRequest(Object, String) with an empty String. This is essentially a request for inaction.
Parameters:
creator - the object which instantiated this class

MovementRotateRequest

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

The arguments are a series of rotations for each of 6 joints. If there are not enough arguments then the remaining ones are filled with zeroes.
Parameters:
creator - the object which instantiated this class
arguments - the arguments which are to be processed