com.wrq.vhi.script.api
Interface ClientSessionCreatedEvent

All Superinterfaces:
Event, LifeCycleEvent

public interface ClientSessionCreatedEvent
extends LifeCycleEvent

Client session created event information.

See Also:
LifeCycleEventHandler.clientSessionCreated(com.wrq.vhi.script.api.ClientSessionCreatedEvent)

Method Summary
 ClientSession getClientSession()
          Gets the client session.
 int getHostSessionID()
          Gets the unique ID of the host session.
 
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()
Gets the unique ID of the host session.

Returns:
unique ID of the host session.

getClientSession

ClientSession getClientSession()
Gets the client session. This provides information about the currently connected client.

Returns:
the client session