Package spin.off

Class DialogDispatcherFactory.DialogDispatcher

java.lang.Object
spin.off.DialogDispatcherFactory.DialogDispatcher
All Implemented Interfaces:
Runnable, Dispatcher
Enclosing class:
DialogDispatcherFactory

protected class DialogDispatcherFactory.DialogDispatcher extends Object implements Dispatcher, Runnable
Dispatcher with Dialog.
  • Constructor Details

    • DialogDispatcher

      protected DialogDispatcher()
  • Method Details

    • start

      public void start() throws Throwable
      Start the dispatching.
      Specified by:
      start in interface Dispatcher
      Throws:
      Exception
      Throwable - in case of any exceptions while dispatching
    • stop

      public void stop()
      Stop dispatching.
      Specified by:
      stop in interface Dispatcher
    • run

      public void run()
      Called on the EDT to stop the dispatching.
      Specified by:
      run in interface Runnable