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
 

Method Detail

getScreen

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

Returns:
the contents of the terminal screen