Package org.ldk.structs
Interface EventsProvider.EventsProviderInterface
-
- Enclosing class:
- EventsProvider
public static interface EventsProvider.EventsProviderInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process_pending_events(EventHandler handler)
Processes any events generated since the last call using the given event handler.
-
-
-
Method Detail
-
process_pending_events
void process_pending_events(EventHandler handler)
Processes any events generated since the last call using the given event handler. See the trait-level documentation for requirements.
-
-