Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-core
/
me.ahoo.wow.command.wait
/
WaitStrategyRegistrar
Wait
Strategy
Registrar
interface
WaitStrategyRegistrar
命令结果注册器.
Inheritors
SimpleWaitStrategyRegistrar
Members
Functions
contains
Link copied to clipboard
abstract
operator
fun
contains
(
commandId
:
String
)
:
Boolean
get
Link copied to clipboard
abstract
fun
get
(
commandId
:
String
)
:
WaitStrategy
?
next
Link copied to clipboard
open
fun
next
(
signal
:
WaitSignal
)
:
Boolean
register
Link copied to clipboard
abstract
fun
register
(
commandId
:
String
,
waitStrategy
:
WaitStrategy
)
:
WaitStrategy
?
注册.
unregister
Link copied to clipboard
abstract
fun
unregister
(
commandId
:
String
)
:
WaitStrategy
?
取消注册.