IEvents

Overview

IEvents is the base interface for all events.

Location

Required Methods


OnException

Fire this event to report about exception.

 

method OnException(aEvent: OnExceptionEvent)

 

void OnException(OnExceptionEvent aEvent)

Parameters:

  • aEvent: Given event object.