spin.off
Class DialogDispatcherFactory.DialogDispatcher

java.lang.Object
  extended by spin.off.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
protected DialogDispatcherFactory.DialogDispatcher()
           
 
Method Summary
 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

DialogDispatcherFactory.DialogDispatcher

protected DialogDispatcherFactory.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


Copyright © 2007. All Rights Reserved.