Siebel Object Interfaces Reference > Siebel eScript Quick Reference >

Application Events for eScript


Table 87 lists a summary of the application events.

Table 87. Application Events Syntax Summary
Event
Description
Syntax

Application_Close Event

Called before the application exits.

Application_Close()

Application_InvokeMethod Event

Called after a specialized method is invoked.

Application_InvokeMethod
(methodName)

Application_Navigate Event

Called after the client has navigated to a view.

Application_Navigate()

Application_PreInvokeMethod Event

Called before a specialized method is invoked.

Application_PreInvokeMethod
(methodName)

Application_PreNavigate Event

Called before the client has navigated from one view to the next.

Application_PreNavigate (DestViewName, DestBusObjName)

Application_Start Event

Called when the client starts.

Application_Start(commandLine)

Siebel Object Interfaces Reference Copyright © 2008, Oracle. All rights reserved.