JavaSteam
Toggle table of contents
1.7.0
jvm
Platform filter
jvm
Switch theme
Search in API
JavaSteam
JavaSteam
/
in.dragonbra.javasteam.util.event
/
Event
Event
open
class
Event
<
T
:
EventArgs
?
>
Members
Constructors
Event
Link copied to clipboard
constructor
(
)
Functions
add
Event
Handler
Link copied to clipboard
open
fun
addEventHandler
(
handler
:
EventHandler
<
T
>
)
handle
Event
Link copied to clipboard
open
fun
handleEvent
(
sender
:
Any
,
e
:
T
)
remove
Event
Handler
Link copied to clipboard
open
fun
removeEventHandler
(
handler
:
EventHandler
<
T
>
)