-
public class RuntimeEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRuntimeEvent.BindingCalledEventNotification is issued every time when binding is called.
public final classRuntimeEvent.ConsoleAPICalledEventIssued when console API was called.
public final classRuntimeEvent.ExceptionRevokedEventIssued when unhandled exception was revoked.
public final classRuntimeEvent.ExceptionThrownEventIssued when exception was thrown and unhandled.
public final classRuntimeEvent.ExecutionContextCreatedEventIssued when new execution context is created.
public final classRuntimeEvent.ExecutionContextDestroyedEventIssued when execution context is destroyed.
public classRuntimeEvent.ExecutionContextsClearedEventIssued when all executionContexts were cleared in browser
public final classRuntimeEvent.InspectRequestedEventIssued when object should be inspected (for example, as a result of inspect() command line API call).
-