Package com.iizigo.db
Class Startup
java.lang.Object
com.iizigo.db.Startup
The start-up class for UI processing.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorsMethod Summary
Modifier and TypeMethodDescriptionvoidWill be called in a separate thread after the workbench initializes.voidrun()Runs in the UI thread.
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.- Specified by:
earlyStartupin interfaceIStartup
run
public void run()Runs in the UI thread.