com.wrq.vhi.script.api
Interface HostSessionCreatedEvent

All Superinterfaces:
Event, LifeCycleEvent

public interface HostSessionCreatedEvent
extends LifeCycleEvent

Host session created event information.

See Also:
LifeCycleEventHandler.hostSessionCreated(com.wrq.vhi.script.api.HostSessionCreatedEvent)

Method Summary
 int getHostSessionID()
          Get the unique ID of the host session being created.
 
Methods inherited from interface com.wrq.vhi.script.api.LifeCycleEvent
getModelContext
 
Methods inherited from interface com.wrq.vhi.script.api.Event
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
 

Method Detail

getHostSessionID

int getHostSessionID()
Get the unique ID of the host session being created.

Returns:
unique ID of the host session.