The public API provided by the EPX server supports event registration in client applications and delivery of system transaction events matching the client’s event registration. This chapter provides annotated sample code to help you with handling event registration and event delivery. This chapter includes the following sections:
Registering for events
Handling event notification
Unregistering for events
The example code, EventExample.java, demonstrates how to register for events after login and the process to program a client application to handle event notification.