com.wrq.vhi.script.api
Interface LifeCycleEvent

All Superinterfaces:
Event
All Known Subinterfaces:
AuthenticateUserEvent, ClientSessionCreatedEvent, ClientSessionDestroyedEvent, HostSessionCreatedEvent, HostSessionDestroyedEvent, ModelLoadedEvent, ModelUnloadedEvent

public interface LifeCycleEvent
extends Event

Life cycle event information.


Method Summary
 ModelContext getModelContext()
          Gets the model context for the event.
 
Methods inherited from interface com.wrq.vhi.script.api.Event
checkForTimeout, createErrorMessage, createErrorMessage, createHostSession, createUserErrorMessage, getEventStack, getHandlerProperty, getLogger, isDesignEnvironment
 

Method Detail

getModelContext

ModelContext getModelContext()
Gets the model context for the event.

Returns:
the model context