| Interface | Description |
|---|---|
| AppletListener |
Listener interface for receiving applet lifecycle events from a browser.
|
| BadCertificateListener |
BadCertificateListener
|
| BrowserListener |
The listener interface for receiving general browser events (title/url/link
changes).
|
| JavascriptListener |
The listener interface for receiving Javascript events such as status
messages.
|
| KeyListener |
The listener interface for receiving keyboard events such as key presses.
|
| MouseListener |
The listener interface for receiving mouse events such as mouse presses.
|
| NetworkListener |
The listener interface for receiving browser network events (documents
loading/finished, progress changes).
|
| PromptListener |
The listener interface for receiving Prompt events.
|
| ProtocolListener |
The listener interface for receiving requests for your own custom protocol
implementations.
|
| ScrollPositionListener |
The listener interface for receiving scroll events.
|
| WindowListener |
WindowListener allows the creation of custom popups.
|
| Class | Description |
|---|---|
| AppletAdapter |
An abstract adapter class for receiving applet lifecycle events.
|
| AppletEvent |
An event that indicates a point in the lifecycle of an applet.
|
| BadCertificateAdapter |
Bad Certificate Adapter
|
| BadCertificateEvent |
Bad Certificate Event
|
| BrowserAdapter |
An abstract adapter class for receiving browser events.
|
| BrowserEvent |
An event which indicates that there has been a change in some areas of the
browser.
|
| JavascriptAdapter |
An abstract adapter class for receiving Javascript events.
|
| JavascriptEvent |
An event which indicates that there has been a change to Javascript.
|
| KeyAdapter |
An abstract adapter class for receiving keyboard events.
|
| KeyEvent |
An event which indicates that there has been a keyboard event.
|
| MouseAdapter |
An abstract adapter class for receiving mouse events.
|
| MouseEvent |
An event which indicates that there has been a mouse event.
|
| NetworkAdapter |
An abstract adapter class for receiving network events.
|
| NetworkEvent |
An event which indicates that there has been network activity.
|
| PromptEvent |
An event which indicates that the browser is about to show a dialog.
|
| ProtocolEvent |
An event which indicates that the browser needs to load data
through a registered protocol.
|
| ScrollEvent |
An event which indicates that there has been a scroll event.
|
| WindowAdapter |
An abstract adapter class for receiving browser window events.
|
| WindowEvent |
An event which indicates that the browser has changed the window.
|