toggle menu
KCEF
jvm
switch theme
search in API
jcef
/
com.jetbrains.cef.remote.router
/
RemoteQueryCallback
Remote
Query
Callback
open
class
RemoteQueryCallback
:
RemoteServerObject
,
CefQueryCallback
Members
Constructors
Remote
Query
Callback
Link copied to clipboard
constructor
(
server
:
RpcExecutor
,
robj
:
RObject
)
Functions
dispose
On
Server
Link copied to clipboard
fun
disposeOnServer
(
)
failure
Link copied to clipboard
open
fun
failure
(
error_code
:
Int
,
error_message
:
String
)
Notify the associated JavaScript onFailure callback that the query has failed.
flush
Link copied to clipboard
open
fun
flush
(
)
success
Link copied to clipboard
open
fun
success
(
response
:
String
)
Notify the associated JavaScript onSuccess callback that the query has completed successfully.