Package spin.off

Interface Dispatcher

    • Method Detail

      • start

        void start()
            throws java.lang.Throwable
        Start dispatching events.
        This method is always called on the EDT. It must not return until stop() is called.
        Throws:
        java.lang.Throwable - in case of any exceptions while dispatching
      • stop

        void stop()
        Stop dispatching events.
        This method is not called on the EDT.