Interface EventIpcBroadcaster

    • Method Detail

      • broadcastNow

        void broadcastNow​(Event event,
                          boolean synchronous)
        Called by eventd to send an event to all interested listeners.
        Parameters:
        event - a Event object.
        synchronous - Whether this call should wait for all EventListener calls to finish before returning.