Use this dialog box to generate template code for new event handlers. The template includes the basic code for the events associated with a specific event handler type.
Click any of the event handler object types below for information about the events associated with each type.
Model | Operation |
Life Cycle | Recordset |
Entity | Recordset Field |
Attribute | Procedure |
An appropriate event handler name will be suggested when you open the dialog box from a specific object type. For example, an event handler for an attribute called 'password' will automatically be named AttrPassword. You can change this name as needed.
The Java Class Name can be either a simple class name or a fully qualified name (prepended package name). A default name associated with the event handler type is provided. If a package name is supplied, it becomes the default package name for this model.
Use Description to provide additional information about the event handler in the Design Tool user interface.
Any information entered here is included as a block comment near the top of the generated event handler source file.
Select this check box to open a source code editor for the event handler after the source code has been edited and compiled and the class file has been added to the event handler JAR file.