Package de.sciss.app

Interface EventManager.Processor

    • Method Detail

      • processEvent

        void processEvent​(BasicEvent e)
        Processes the next event in the queue. This gets called in the event thread. Usually implementing classes should loop through all listeners by calling elm.countListeners() and elm.getListener(), and invoke specific dispatching methods on these listeners.