PlasmoVoice
jvm
PlasmoVoice
/
su.plo.voice.api.event
/
EventSubscribe
Event
Subscribe
@
Target
(
value
=
METHOD
)
@
Retention
(
value
=
RUNTIME
)
annotation class
EventSubscribe
Members
Functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
ignore
Cancelled
Link copied to clipboard
abstract
fun
ignoreCancelled
(
)
:
Boolean
Specifies whether the event handler should ignore events that have been cancelled.
priority
Link copied to clipboard
abstract
fun
priority
(
)
:
EventPriority
Defines the priority in execution of the event handler method.
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String