Package com.bc.ceres.swing.update
Class ModuleManagerMain
- java.lang.Object
-
- com.bc.ceres.swing.update.ModuleManagerMain
-
- All Implemented Interfaces:
RuntimeRunnable
public class ModuleManagerMain extends Object implements RuntimeRunnable
-
-
Constructor Summary
Constructors Constructor Description ModuleManagerMain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun(Object argument, ProgressMonitor pm)Executes client code.
-
-
-
Method Detail
-
run
public void run(Object argument, ProgressMonitor pm) throws Exception
Executes client code.If this RuntimeRunnable is an application launched by the Ceres runtime, the
argumentparameter can safely be casted to aString[]. This array contains all command-line arguments passed to the application.- Specified by:
runin interfaceRuntimeRunnable- Parameters:
argument- the argument passed to the RuntimeRunnable, which may be null.pm- a progress monitor which may be used by the client code- Throws:
Exception- if any error occurs in the client code
-
-