com.wrq.vhi.script.api
Interface ExecuteLogoutEvent

All Superinterfaces:
Event, HostSessionEvent, ModelEvent

public interface ExecuteLogoutEvent
extends ModelEvent, HostSessionEvent

Execute logout event information.

See Also:
ModelEventHandler.executeLogout(com.wrq.vhi.script.api.ExecuteLogoutEvent)

Method Summary
 void defaultLogout()
          Executes the model-defined logout script.
 
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

defaultLogout

void defaultLogout()
                   throws ApptrieveException
Executes the model-defined logout script.

Throws:
ApptrieveException