Class SimpleRedirectorCommand

java.lang.Object
All Implemented Interfaces:
ICommand
Direct Known Subclasses:
InfoCommand, SetCommand, ShowCommand

public abstract class SimpleRedirectorCommand extends BaseJdmpviewCommand
There are a number of jdmpview commands which just act as routing commands onto other more specific commands. This class provides an abstract superclass for these commands to inherit from.