rp1.rossum.event
Class RsTargetSelectionEvent

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

public class RsTargetSelectionEvent
extends RsEvent

An event issued when the user selects a specific target of interest.

See Also:
Serialized Form

Field Summary
 boolean status
           
 java.lang.String targetName
           
 
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
RsTargetSelectionEvent(double simTime, java.lang.String targetName, boolean status)
           
 
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

targetName

public final java.lang.String targetName

status

public final boolean status
Constructor Detail

RsTargetSelectionEvent

public RsTargetSelectionEvent(double simTime,
                              java.lang.String targetName,
                              boolean status)