Class Startup

java.lang.Object
com.iizigo.run.impl.Startup
All Implemented Interfaces:
IStartup

public class Startup extends Object implements IStartup
The start-up class for the iiziRun Builder.
Author:
Christopher Mindus
  • Constructor Details

    • Startup

      public Startup()
      The Eclipse constructor.
  • Method Details

    • earlyStartup

      public void earlyStartup()
      Will be called in a separate thread after the workbench initializes.

      DO NOT CALL THIS METHOD, ECLIPSE FRAMEWORK WILL DO SO.

      Specified by:
      earlyStartup in interface IStartup