com.swfm.mica.sys
Class MiCommandBuilder

java.lang.Object
  extended bycom.swfm.mica.sys.MiCommandBuilder
All Implemented Interfaces:
MiiCommandBuilder

public class MiCommandBuilder
extends java.lang.Object
implements MiiCommandBuilder

This class implements a repository for commands that are to be used globally in order for applications to override the default commands used for things like 'delete' (in progress)

Version:
%I% %G%
Author:
Michael L. Davis

Constructor Summary
MiCommandBuilder()
           
 
Method Summary
 MiDeletePartsCommand getDeletePartsCommand()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiCommandBuilder

public MiCommandBuilder()
Method Detail

getDeletePartsCommand

public MiDeletePartsCommand getDeletePartsCommand()
Specified by:
getDeletePartsCommand in interface MiiCommandBuilder