|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EntityDepartureEvent
Entity departure event information.
EntityEventHandler.entityDeparture(com.wrq.vhi.script.api.EntityDepartureEvent)
Method Summary | |
---|---|
CursorPosition |
getCursorPosition()
Gets the current position of the cursor on the terminal screen. |
java.lang.String |
getNextEntity()
Gets the name of the newly recognized entity. |
RectangularTerminalRegion |
getTerminalScreen()
Gets the size and contents of the terminal screen. |
void |
overrideDeparture()
Overrides the departure and remains on the current entity. |
Methods inherited from interface com.wrq.vhi.script.api.EntityEvent |
---|
getEntityName, getTabStops |
Methods inherited from interface com.wrq.vhi.script.api.ModelEvent |
---|
getClientSession, getCurrentOperation, getCurrentProcedure, getModelContext |
Methods inherited from interface com.wrq.vhi.script.api.Event |
---|
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment |
Method Detail |
---|
java.lang.String getNextEntity()
RectangularTerminalRegion getTerminalScreen() throws ApptrieveException
ApptrieveException
CursorPosition getCursorPosition() throws ApptrieveException
ApptrieveException
void overrideDeparture() throws ApptrieveException
getNextEntity()
returns an empty string).
ApptrieveException
- if the next entity is recognized
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |