toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.event
Package-level
declarations
The engine and browser events.
The engine and browser events.
Types
Types
Event
Link copied to clipboard
interface
Event
interface
Event
A common interface for events.
Observable
Link copied to clipboard
interface
Observable
<
T
:
Event
?
>
interface
Observable
<
T
:
Event
?
>
An observable object.
Observer
Link copied to clipboard
@
FunctionalInterface
interface
Observer
<
T
:
Event
?
>
@
FunctionalInterface
interface
Observer
<
T
:
Event
?
>
A common interface for all event observers.
Subscription
Link copied to clipboard
interface
Subscription
interface
Subscription
A subscription returns from
on
to allow unsubscribing.