Package org.progeeks.cmd.swing

Interface Summary
ViewCommand A command specialization that provides additional information about which thread it should be run on.
 

Class Summary
AbstractViewCommand Base implementation of the ViewCommand interface.
SwingCommandProcessor A command processor implementation that supports commands targetted to the AWT event thread or a set of background threads.
WorkerCommand Implementation of the ViewCommand interface that will first run as a background command and then redispatch itself as a foreground command.
 



Copyright © 2002-2003 Paul Speed. All Rights Reserved.