rp1.rossum.request
Class RsSubscriptionRequest

java.lang.Object
  extended by rp1.rossum.request.RsRequest
      extended by rp1.rossum.request.RsSubscriptionRequest
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class RsSubscriptionRequest
extends RsRequest

A request for a subscription to events such as mouse-clicks or heartbeats that are triggered by something other client requests.

See Also:
Serialized Form

Field Summary
 int eventCode
           
 boolean eventEnable
           
 int eventIndex
           
 
Fields inherited from class rp1.rossum.request.RsRequest
REQ_ACTUATOR_CONTROL, REQ_ARRAY_SIZE, REQ_ENCODER_STATUS, REQ_HALT, REQ_HEARTBEAT, REQ_MAX_CODE, REQ_MOTION, REQ_PAINTER_CHANGE, REQ_PLACEMENT, REQ_PLAN, REQ_POSITION, REQ_SENSOR_STATUS, REQ_SET_POSITION, REQ_SUBSCRIPTION, REQ_TARGET_SELECTION, REQ_TIMEOUT, requestID
 
Constructor Summary
RsSubscriptionRequest(int eventCode, int eventIndex, boolean eventEnable)
           
 
Method Summary
 
Methods inherited from class rp1.rossum.request.RsRequest
getIndex, getRequestID
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eventCode

public final int eventCode

eventIndex

public final int eventIndex

eventEnable

public final boolean eventEnable
Constructor Detail

RsSubscriptionRequest

public RsSubscriptionRequest(int eventCode,
                             int eventIndex,
                             boolean eventEnable)