com.wrq.vhi.script.api
Interface ProcessStringEvent

All Superinterfaces:
Event, HostSessionEvent, ModelEvent

public interface ProcessStringEvent
extends ModelEvent, HostSessionEvent

Process string event information.

See Also:
ModelEventHandler.processString(com.wrq.vhi.script.api.ProcessStringEvent)

Method Summary
 java.lang.String getString()
          Gets the string provided by the client.
 
Methods inherited from interface com.wrq.vhi.script.api.HostSessionEvent
getHostSession
 

Method Detail

getString

java.lang.String getString()
Gets the string provided by the client.

Returns:
the string to process