getEvents()
Obtains an entry point to the Events object that contains APIs to subscribe to various events.
To view the APIs in the Events module, see APIs in the Events module.
Returns
The Events object.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains an entry point to the Events object.
PCore.getEvents();
Previous topic getErrorHandler() Next topic getFeedUtils()