UIsModule
0.2.0-SNAPSHOT
UIsModule
/
xyz.theprogramsrc.uismodule.ui.events
/
UiOpenEvent
Ui
Open
Event
class
UiOpenEvent
(
val
ui
:
Ui
,
val
player
:
Player
)
:
UiEvent
Constructors
Functions
Properties
Constructors
Ui
Open
Event
Link copied to clipboard
fun
UiOpenEvent
(
ui
:
Ui
,
player
:
Player
)
Functions
get
Event
Name
Link copied to clipboard
@
NotNull
open
fun
getEventName
(
)
:
String
get
Handlers
Link copied to clipboard
open
override
fun
getHandlers
(
)
:
HandlerList
is
Asynchronous
Link copied to clipboard
fun
isAsynchronous
(
)
:
Boolean
Properties
player
Link copied to clipboard
val
player
:
Player
ui
Link copied to clipboard
val
ui
:
Ui