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 SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- voidWill be called in a separate thread after the workbench initializes.
- Constructor Details- Startuppublic Startup()The Eclipse constructor.
 
- Method Details- earlyStartuppublic 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:
- earlyStartupin interface- IStartup