com.wrq.vhi.script.api
Interface ExecuteLoginEvent

All Superinterfaces:
Event, HostSessionEvent, ModelEvent

public interface ExecuteLoginEvent
extends ModelEvent, HostSessionEvent

Execute login event information.

See Also:
ModelEventHandler.executeLogin(com.wrq.vhi.script.api.ExecuteLoginEvent)

Method Summary
 void defaultLogin()
          Executes the model-defined login 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

defaultLogin

void defaultLogin()
                  throws ApptrieveException
Executes the model-defined login script.

Throws:
ApptrieveException