orca.drivers
Class ActionOverlapCodes

java.lang.Object
  extended by orca.drivers.ActionOverlapCodes

public class ActionOverlapCodes
extends java.lang.Object


Field Summary
static int OverlapCancel
          Cancel the previous action.
static int OverlapError
          Report an error.
static int OverlapIgnore
          Ignore the previous action.
static int OverlapWait
          Wait for the previous action to complete.
 
Constructor Summary
ActionOverlapCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OverlapIgnore

public static final int OverlapIgnore
Ignore the previous action.

See Also:
Constant Field Values

OverlapWait

public static final int OverlapWait
Wait for the previous action to complete.

See Also:
Constant Field Values

OverlapCancel

public static final int OverlapCancel
Cancel the previous action.

See Also:
Constant Field Values

OverlapError

public static final int OverlapError
Report an error.

See Also:
Constant Field Values
Constructor Detail

ActionOverlapCodes

public ActionOverlapCodes()


Copyright © 2007 Network/Internet Computing Lab. All Rights Reserved.