Product Information > JADE Object Manager Guide > Chapter 3 - JADE Application Programming Interface (API) > eventType

eventType

The eventType parameter specifies the event that invokes a notification response. These are divided into two categories: JADE and USER events. The JADE event constant definitions are listed in the following table.

Constant Value Description
JOM_UPDATE_EVENT 3 Update event
JOM_CREATE_EVENT 4 Create event
JOM_DELETE_EVENT 6 Delete event
JOM_EVENT 0 Update, create, or delete event

USER-defined events can be in the range 16 through 4 G bytes, where 4G bytes represents any USER event.