Package-level declarations

The engine and browser events.

The engine and browser events.

Types

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