Package org.ldk.structs
Interface EventHandler.EventHandlerInterface
-
- Enclosing class:
- EventHandler
public static interface EventHandler.EventHandlerInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle_event(Event event)
Handles the given [`Event`].
-
-
-
Method Detail
-
handle_event
void handle_event(Event event)
Handles the given [`Event`]. See [`EventsProvider`] for details that must be considered when implementing this method.
-
-