public final class DefaultRequestPdfDocumentPasswordCallback extends DefaultCallback implements RequestPdfDocumentPasswordCallback
RequestPdfDocumentPasswordCallback
implementation that shows the PDF
viewer password dialog.RequestPdfDocumentPasswordCallback.Action, RequestPdfDocumentPasswordCallback.Params
Constructor and Description |
---|
DefaultRequestPdfDocumentPasswordCallback(BrowserView parent) |
Modifier and Type | Method and Description |
---|---|
void |
on(RequestPdfDocumentPasswordCallback.Params params,
RequestPdfDocumentPasswordCallback.Action tell)
Invoked when the callback needs a response for the given callback parameters.
|
public DefaultRequestPdfDocumentPasswordCallback(BrowserView parent)
public void on(RequestPdfDocumentPasswordCallback.Params params, RequestPdfDocumentPasswordCallback.Action tell)
AsyncCallback
on
in interface AsyncCallback<RequestPdfDocumentPasswordCallback.Params,RequestPdfDocumentPasswordCallback.Action>
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 the IllegalStateException