Interface StartNavigationCallback
- All Superinterfaces:
Callback
,NavigationCallback
,NavigationSyncCallback<StartNavigationCallback.Params,
,StartNavigationCallback.Response> SyncCallback<StartNavigationCallback.Params,
StartNavigationCallback.Response>
public interface StartNavigationCallback
extends NavigationSyncCallback<StartNavigationCallback.Params,StartNavigationCallback.Response>
This callback is invoked before the engine starts navigation to a resource.
Use the StartNavigationCallback.Response.start()
method to allow navigation start.
Use the StartNavigationCallback.Response.ignore()
method to ignore navigation request.
Important: the engine will be blocked until you return control from the callback.
If the callback throws an exception, the StartNavigationCallback.Response.start()
method will be invoked.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
The parameters of theStartNavigationCallback
.static interface
A response forStartNavigationCallback
. -
Method Summary
Methods inherited from interface com.teamdev.jxbrowser.callback.SyncCallback
on