Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.browser.callback.input |
The mouse and keyboard input callbacks.
|
Class and Description |
---|
BrowserAsyncCallback
A common interface for all asynchronous browser callbacks.
|
BrowserCallback
An interface that all browser callbacks must extend.
|
BrowserSyncCallback
A common interface that all synchronous browser callbacks must extend.
|
CreatePopupCallback.Response
A response of the
CreatePopupCallback . |
InjectCssCallback.Response
A response of the
InjectCssCallback . |
InjectJsCallback.Response
A response of the
InjectJsCallback . |
OpenPopupCallback.Response
A response of the
OpenPopupCallback . |
Class and Description |
---|
BrowserCallback
An interface that all browser callbacks must extend.
|
BrowserSyncCallback
A common interface that all synchronous browser callbacks must extend.
|