Package spin.off

Class DialogDispatcherFactory.DialogDispatcher

  • All Implemented Interfaces:
    java.lang.Runnable, Dispatcher
    Enclosing class:
    DialogDispatcherFactory

    protected class DialogDispatcherFactory.DialogDispatcher
    extends java.lang.Object
    implements Dispatcher, java.lang.Runnable
    Dispatcher with Dialog.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DialogDispatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()
      Called on the EDT to stop the dispatching.
      void start()
      Start the dispatching.
      void stop()
      Stop dispatching.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DialogDispatcher

        protected DialogDispatcher()
    • Method Detail

      • start

        public void start()
                   throws java.lang.Throwable
        Start the dispatching.
        Specified by:
        start in interface Dispatcher
        Throws:
        java.lang.Exception
        java.lang.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 java.lang.Runnable