Package com.bc.ceres.swing.update
Class ModuleManagerMain
java.lang.Object
com.bc.ceres.swing.update.ModuleManagerMain
- All Implemented Interfaces:
RuntimeRunnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrun(Object argument, ProgressMonitor pm) Executes client code.
-
Constructor Details
-
ModuleManagerMain
public ModuleManagerMain()
-
-
Method Details
-
run
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
-