com.wrq.vhi.script.api
Interface EventHandler

All Known Implementing Classes:
AttributeEventHandler, EntityEventHandler, FieldEventHandler, LifeCycleEventHandler, ModelEventHandler, OperationEventHandler, ProcedureEventHandler, RecordSetEventHandler

public interface EventHandler

Tag interface that identifies a class as a VHI script event handler.


Field Summary
static int DEFAULT_TIMEOUT
          Event timeout constant that specifies the model's default event timeout should be used.
 

Field Detail

DEFAULT_TIMEOUT

static final int DEFAULT_TIMEOUT
Event timeout constant that specifies the model's default event timeout should be used.

See Also:
Constant Field Values