public abstract class OperationEventHandler extends java.lang.Object implements EventHandler
DEFAULT_TIMEOUT
Constructor and Description |
---|
OperationEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
executeOperation(ExecuteOperationEvent event)
Called to execute an operation.
|
public void executeOperation(ExecuteOperationEvent event) throws ApptrieveException
During the course of the event, VHI will not process data from the host
while the event handler is executing. The host data will only be
processed during callbacks to VHI. Thus, at the points where the event
handler needs to wait for the host to respond, the event handler should
use the appropriate wait callbacks on the ScriptHostSession
interface.
If an exception is thrown from this method the operation will fail.
event
- the event instanceApptrieveException