simple-robot
3.0.0-RC.2
simboot-api
/
love.forte.simboot.listener
/
ListenerData
Listener
Data
data
class
ListenerData
(
val
id
:
String
,
val
priority
:
Int
,
val
async
:
Boolean
,
val
listens
:
ListensData
?
)
Deprecated
TODO
love.forte.simboot.annotation.Listener 对应的数据类。
Constructors
Properties
See also
See also
love.
forte.
simboot.
annotation.
Listener
Constructors
Listener
Data
Link copied to clipboard
fun
ListenerData
(
id
:
String
,
priority
:
Int
,
async
:
Boolean
,
listens
:
ListensData
?
)
Properties
async
Link copied to clipboard
val
async
:
Boolean
id
Link copied to clipboard
val
id
:
String
listens
Link copied to clipboard
val
listens
:
ListensData
?
priority
Link copied to clipboard
val
priority
:
Int