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