org.progeeks.cmd.swing
Interface ViewCommand

All Superinterfaces:
Command, java.io.Serializable
All Known Implementing Classes:
AbstractViewCommand, WorkerCommand

public interface ViewCommand
extends Command

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

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 boolean isForeground()
          Returns true if the command should be run on the swing event dispatcher thread.
 
Methods inherited from interface org.progeeks.cmd.Command
execute
 

Method Detail

isForeground

boolean isForeground()
Returns true if the command should be run on the swing event dispatcher thread.



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