|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wrq.vhi.script.api.ProcedureEventHandler
public abstract class ProcedureEventHandler
Abstract base class for a procedure event handler. All classes that extend this class appear as procedure event handlers in the VHI design tool.
Field Summary |
---|
Fields inherited from interface com.wrq.vhi.script.api.EventHandler |
---|
DEFAULT_TIMEOUT |
Constructor Summary | |
---|---|
ProcedureEventHandler()
|
Method Summary | |
---|---|
ProcedureRecordSet |
executeProcedure(ExecuteProcedureEvent event)
Called to execute a procedure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcedureEventHandler()
Method Detail |
---|
public ProcedureRecordSet executeProcedure(ExecuteProcedureEvent event) throws ApptrieveException
If an exception is thrown from this event the procedure will fail.
event
- the event instance
ApptrieveException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |