rp1.rossum.event
Class RsTimeoutEvent

java.lang.Object
  extended by rp1.rossum.event.RsEvent
      extended by rp1.rossum.event.RsTimeoutEvent
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RsTimeoutEvent
extends RsEvent

An event issued by request after a client specified timeout period expires.

See Also:
Serialized Form

Field Summary
 int timeoutIndex
          The timeoutIndex value will correspond to the return value from the call to the RsClient.sendTimeoutRequest method that was used to trigger the timeout event.
 
Fields inherited from class rp1.rossum.event.RsEvent
eventID, EVT_ARRAY_SIZE, EVT_CONTACT_SENSOR, EVT_ENCODER_STATUS, EVT_HEARTBEAT, EVT_MAX_CODE, EVT_MOTION_HALTED, EVT_MOTION_STARTED, EVT_MOUSE_CLICK, EVT_PAINT_SENSOR, EVT_PLACEMENT, EVT_PLAN, EVT_POSITION, EVT_RANGE_SENSOR, EVT_TARGET_SELECTION, EVT_TARGET_SENSOR, EVT_TIMEOUT, simTime
 
Constructor Summary
RsTimeoutEvent(double simTime, int timeoutIndex)
           
 
Method Summary
 
Methods inherited from class rp1.rossum.event.RsEvent
consume, getEventID, getIndex, getSimTime, isConsumed
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeoutIndex

public final int timeoutIndex
The timeoutIndex value will correspond to the return value from the call to the RsClient.sendTimeoutRequest method that was used to trigger the timeout event.

Constructor Detail

RsTimeoutEvent

public RsTimeoutEvent(double simTime,
                      int timeoutIndex)