Package com.iizigo.ws
Class Startup
java.lang.Object
com.iizigo.ws.Startup
The start-up class for UI processing.
- Author:
- Christopher Mindus
- Constructor SummaryConstructors
- Method SummaryModifier and TypeMethodDescription- voidWill be called in a separate thread after the workbench initializes.- void- run()Runs in the UI thread.
- Constructor Details- Startuppublic Startup()The Eclipse constructor.
 
- Method Details- earlyStartuppublic void earlyStartup()Will be called in a separate thread after the workbench initializes.- Specified by:
- earlyStartupin interface- IStartup
 
- runpublic void run()Runs in the UI thread.