toggle menu
Fuzio
2026.0.0
jvm
switch theme
search in API
Fuzio
/
tech.fuzio.event
/
Observer
Observer
@
FunctionalInterface
interface
Observer
<
T
:
Event
?
>
A common interface for all event observers.
Parameters
<T>
the event type
Members
Functions
on
Link copied to clipboard
abstract
fun
on
(
event
:
T
)
Invoked when the event occurred.