org.progeeks.cmd.swing
Class AbstractViewCommand

java.lang.Object
  extended by org.progeeks.cmd.swing.AbstractViewCommand
All Implemented Interfaces:
java.io.Serializable, Command, ViewCommand

public abstract class AbstractViewCommand
extends java.lang.Object
implements ViewCommand

Base implementation of the ViewCommand interface.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Constructor Summary
protected AbstractViewCommand(boolean foreground)
           
 
Method Summary
 boolean isForeground()
          Returns true if the command should be run on the swing event dispatcher thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.progeeks.cmd.Command
execute
 

Constructor Detail

AbstractViewCommand

protected AbstractViewCommand(boolean foreground)
Method Detail

isForeground

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

Specified by:
isForeground in interface ViewCommand


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