IEvents
Overview
IEvents is the base interface for all events.
Location
- Reference: com.remobjects.sdk.jar
- Package: com.remobjects.sdk
Required Methods
OnException
Fire this event to report about exception.
method OnException(aEvent: OnExceptionEvent)
void OnException(OnExceptionEvent aEvent)
Parameters:
- aEvent: Given event object.