com.wrq.vhi.script.api
Interface UnrecognizedScreenEvent

All Superinterfaces:
Event, HostSessionEvent, ModelEvent

public interface UnrecognizedScreenEvent
extends ModelEvent, HostSessionEvent

Unrecognized screen event information.

See Also:
ModelEventHandler.unrecognizedScreen(com.wrq.vhi.script.api.UnrecognizedScreenEvent)

Method Summary
 RectangularTerminalRegion getScreen()
          Gets the contents of the unrecognized screen.
 
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent
getHostSession
 
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

getScreen

RectangularTerminalRegion getScreen()
Gets the contents of the unrecognized screen.

Returns:
the contents of the terminal screen