Class ModuleManagerMain

java.lang.Object
com.bc.ceres.swing.update.ModuleManagerMain
All Implemented Interfaces:
RuntimeRunnable

public class ModuleManagerMain extends Object implements RuntimeRunnable
  • Constructor Details

    • ModuleManagerMain

      public ModuleManagerMain()
  • Method Details

    • 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 argument parameter can safely be casted to a String[]. This array contains all command-line arguments passed to the application.

      Specified by:
      run in interface RuntimeRunnable
      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