insensa.view.dialogs.helper
Class ViewCommandManager

java.lang.Object
  extended by insensa.view.dialogs.helper.ViewCommandManager

public class ViewCommandManager
extends java.lang.Object


Constructor Summary
ViewCommandManager()
           
 
Method Summary
static void executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener)
          This method
static void executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, java.util.List<ModelCommand> commandList)
           
static void executeCommands(java.awt.Component parentComponent, IProcessFinishedListener listener, ModelCommand command)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewCommandManager

public ViewCommandManager()
Method Detail

executeCommands

public static void executeCommands(java.awt.Component parentComponent,
                                   IProcessFinishedListener listener)
                            throws java.lang.Exception
This method

Parameters:
parentComponent -
listener -
Throws:
java.lang.Exception

executeCommands

public static void executeCommands(java.awt.Component parentComponent,
                                   IProcessFinishedListener listener,
                                   java.util.List<ModelCommand> commandList)
                            throws java.lang.Exception
Parameters:
parentComponent -
listener -
commandList -
Throws:
java.lang.Exception

executeCommands

public static void executeCommands(java.awt.Component parentComponent,
                                   IProcessFinishedListener listener,
                                   ModelCommand command)
                            throws java.lang.Exception
Parameters:
parentComponent -
listener -
command -
Throws:
java.lang.Exception