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