EventClass Enumeration

The EventClass enumeration is used to specify the class of an Event during the creation of an Event object. When an Event is created at the top-level Event of the Listener or as a subordinate of a Container object, the event class must be specified using this enumeration.

In FileNet P8 3.5.0 and later, the following Event class constants are supported for use by the application:

NOTE Although the application may only implement an Event object using the RPC and USER class types, the Listener library automatically generates data in three other classes: DISK, NETWORK, and CPU.

See Also
Container Class
Event Class
Listener Class