InterviewSolution
| 1. |
What Is The Difference Between Event And Event Handler? |
|
Answer» • An event is a user or system action to which the Siebel application might respond EXAMPLE: Updating a record, updating a field, and DELETING a record • An event HANDLER is the Siebel code that executes in response to the event Example: When the user steps off a record being edited (the event), the application responds by committing the record to the database (the event handler) • An event is a user or system action to which the Siebel application might respond Example: Updating a record, updating a field, and deleting a record • An event handler is the Siebel code that executes in response to the event Example: When the user steps off a record being edited (the event), the application responds by committing the record to the database (the event handler) |
|