This section shows you how to create and delete an event action. An event action identifies an event action handler, a Java™ class that runs when an event is triggered on a target object. For example, if a message is sent to an administrator when a document is deleted, sending the message is the event action. An event action, trigger event, and target object are defined in a subscription assigned to an object or a class.
To create an event action handler, see Creating an Event Action Handler.