Arthas UI
Toggle table of contents
0.5.1
jvm
Platform filter
jvm
Switch theme
Search in API
Arthas UI
Arthas UI
/
io.github.vudsen.arthasui.api
/
ArthasBridgeListener
Arthas
Bridge
Listener
abstract
class
ArthasBridgeListener
Members
Constructors
Arthas
Bridge
Listener
Link copied to clipboard
constructor
(
)
Functions
on
Close
Link copied to clipboard
open
fun
onClose
(
)
当连接关闭时触发.
on
Content
Link copied to clipboard
open
fun
onContent
(
result
:
String
)
当读取到任意内容时
on
Error
Link copied to clipboard
open
fun
onError
(
command
:
String
,
rawContent
:
String
,
exception
:
Exception
)
on
Finish
Link copied to clipboard
open
fun
onFinish
(
command
:
String
,
result
:
ArthasResultItem
,
rawContent
:
String
)
当命令完成后.