toggle menu
Wow
3.16.8
jvm
switch theme
search in API
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
?
取消注册.