com.wrq.vhi.script.api
Interface HostSessionDestroyedEvent

All Superinterfaces:
Event, LifeCycleEvent

public interface HostSessionDestroyedEvent
extends LifeCycleEvent

Host session destroyed event information.

See Also:
LifeCycleEventHandler.hostSessionDestroyed(com.wrq.vhi.script.api.HostSessionDestroyedEvent)

Method Summary
 int getHostSessionID()
          Get the unique ID of the host session being destroyed.
 
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 destroyed.

Returns:
unique ID of the host session.