Package-level declarations

The engine and browser events.

The engine and browser events.

Types

Link copied to clipboard
interface Event
interface Event
A common interface for events.
Link copied to clipboard
interface Observable<T : Event?>
interface Observable<T : Event?>
An observable object.
Link copied to clipboard
A common interface for all event observers.
Link copied to clipboard
interface Subscription
interface Subscription
A subscription returns from on to allow unsubscribing.