movecursor
Class DebugDefaultOperation
java.lang.Object
com.wrq.vhi.script.api.OperationEventHandler
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.
Fields inherited from interface com.wrq.vhi.script.api.EventHandler |
DEFAULT_TIMEOUT |
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 |
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
DebugDefaultOperation
public DebugDefaultOperation()
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