Package com.iizigo.run.impl
Class Startup
java.lang.Object
com.iizigo.run.impl.Startup
- All Implemented Interfaces:
IStartup
The start-up class for the iiziRun Builder.
- Author:
- Christopher Mindus
Constructor Summary
Method Summary
Modifier and TypeMethodDescriptionvoid
Will be called in a separate thread after the workbench initializes.
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 interfaceIStartup