Browser component.See: Description
| Interface | Description |
|---|---|
| BrowserListener |
Base interface for all Browser listeners.
|
| Callback |
The Callback interface is designed to allow for a common, reusable interface to exist for
defining APIs that requires a call back in certain situations.
|
| ConsoleListener |
The listener interface for receiving events from the console.
|
| DisposeListener<T> |
The listener interface for receiving browser dispose events.
|
| DownloadListener |
The listener interface for receiving download update events.
|
| LoadListener |
The listener interface for receiving browser load events.
|
| NotificationListener |
The listener interface for receiving HTML5 desktop notification events
related to certain notification instance.
|
| PrintJobListener |
The listener interface for receiving printing events such as 'PrintingDone' event.
|
| RenderListener |
The listener interface for receiving events from render process.
|
| ScriptContextListener |
The listener interface for receiving JavaScript context events.
|
| StatusListener |
The listener interface for receiving status change events.
|
| TitleListener |
The listener interface for receiving title change events.
|
| ZoomListener |
The listener interface for receiving zoom change events.
|
| Class | Description |
|---|---|
| BrowserEvent |
The base event object for all
Browser events. |
| ConsoleEvent |
An event that indicates that the message was added to the console.
|
| DisposeEvent<T> |
An event that indicates that specified
source has been disposed. |
| DownloadEvent |
An event that indicates that download is updated.
|
| FailLoadingEvent |
An event that indicates that frame loading process has been failed.
|
| FinishLoadingEvent |
An event that indicates that frame loading process has been finished.
|
| FrameLoadEvent |
An event that indicates that frame with a document is loaded.
|
| GestureEvent | |
| LoadAdapter |
An abstract adapter class for receiving browser load events.
|
| LoadEvent |
An event that indicates that main frame with a document is loaded.
|
| NotificationEvent |
An event indicating that browser performed some notification action.
|
| PrintJobEvent |
Event class for print job events.
|
| ProvisionalLoadingEvent |
An event that indicates that provisional load for a specified frame was successfully committed.
|
| RenderAdapter |
An abstract adapter class for receiving render events.
|
| RenderEvent |
An event that indicates that the render process is gone or created.
|
| ScriptContextAdapter |
An abstract adapter class for receiving JavaScript context events.
|
| ScriptContextEvent |
An event that provides information about created/destroyed JavaScript context.
|
| StartLoadingEvent |
An event that indicates that frame loading process has been started.
|
| StatusEvent |
An event that indicates that the status has been changed.
|
| TitleEvent |
An event that indicates that the title of a document in main frame has been changed.
|
| ZoomEvent |
An event that indicates that zoom level for a specific URL has been changed.
|
| Enum | Description |
|---|---|
| ConsoleEvent.Level | |
| GestureDevice | |
| GestureType | |
| NetError |
The list of network errors.
|
Browser component.