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
 
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

getString

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

Returns:
the string to process