Interface EventsProvider.EventsProviderInterface

  • Enclosing class:
    EventsProvider

    public static interface EventsProvider.EventsProviderInterface
    • 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.