insensa.view.dialogs.helper
Class ViewCommandManager
java.lang.Object
insensa.view.dialogs.helper.ViewCommandManager
public class ViewCommandManager
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewCommandManager
public ViewCommandManager()
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