PODSEventHandler object

  • Inherits from: PODSObject

  • Accessed by: PODSAvantGo object's createObject( ) to create object that implements PODSEventHandler interface, then PODSEventMgr object's registerEventHandler( )

  • Available to: C only

The PODSEventHandler interface provides a method to handle an event.

An event is a normal user- or system-generated, platform-specific condition that your application may be expected to encounter. For information on handling exceptions, or error conditions, see PODSException object.


Summary of PODSEventHandler attributes and methods
handleEvent( )