Class DefaultStartCaptureSessionCallback
java.lang.Object
com.teamdev.jxbrowser.view.swing.callback.DefaultStartCaptureSessionCallback
- All Implemented Interfaces:
BrowserAsyncCallback<StartCaptureSessionCallback.Params,
,StartCaptureSessionCallback.Action> BrowserCallback
,StartCaptureSessionCallback
,AsyncCallback<StartCaptureSessionCallback.Params,
,StartCaptureSessionCallback.Action> Callback
public class DefaultStartCaptureSessionCallback
extends Object
implements StartCaptureSessionCallback
The default
StartCaptureSessionCallback
implementation that shows the
capture source picker dialog.- Since:
- 7.20
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.teamdev.jxbrowser.browser.callback.StartCaptureSessionCallback
StartCaptureSessionCallback.Action, StartCaptureSessionCallback.Params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when the callback needs a response for the given callback parameters.
-
Constructor Details
-
DefaultStartCaptureSessionCallback
public DefaultStartCaptureSessionCallback()
-
-
Method Details
-
on
Description copied from interface:AsyncCallback
Invoked when the callback needs a response for the given callback parameters. The response can be provided asynchronously from a different thread or before the method returns. The response can be provided only once.- Specified by:
on
in interfaceAsyncCallback<StartCaptureSessionCallback.Params,
StartCaptureSessionCallback.Action> - Parameters:
params
- the object that represents the callback parameterstell
- the object that can be used to provide the callback response. One of its methods must be invoked to provide the response. Once the response has been provided, any call to the object methods will result in theIllegalStateException
-