movecursor
Class DebugDefaultOperation

java.lang.Object
  extended by com.wrq.vhi.script.api.OperationEventHandler
      extended by movecursor.DebugDefaultOperation
All Implemented Interfaces:
com.wrq.vhi.script.api.EventHandler

public class DebugDefaultOperation
extends com.wrq.vhi.script.api.OperationEventHandler

Log an operation name in the design environment, then do the default.


Field Summary
static java.lang.String description
           
static int executeOperationTimeout
          Timeout in seconds for the executeOperation() event.
 
Fields inherited from interface com.wrq.vhi.script.api.EventHandler
DEFAULT_TIMEOUT
 
Constructor Summary
DebugDefaultOperation()
           
 
Method Summary
 void executeOperation(com.wrq.vhi.script.api.ExecuteOperationEvent event)
          Do the default operation after writing its name to the system output.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

public static final java.lang.String description
See Also:
Constant Field Values

executeOperationTimeout

public static final int executeOperationTimeout
Timeout in seconds for the executeOperation() event. A value of DEFAULT_TIMEOUT means the event will use the model defined default event timeout.

See Also:
Constant Field Values
Constructor Detail

DebugDefaultOperation

public DebugDefaultOperation()
Method Detail

executeOperation

public void executeOperation(com.wrq.vhi.script.api.ExecuteOperationEvent event)
                      throws com.wrq.apptrieve.agent.ApptrieveException
Do the default operation after writing its name to the system output.

Overrides:
executeOperation in class com.wrq.vhi.script.api.OperationEventHandler
Parameters:
event - the event instance
Throws:
com.wrq.apptrieve.agent.ApptrieveException