Package com.iizigo.ws
Class Startup
java.lang.Object
com.iizigo.ws.Startup
- All Implemented Interfaces:
Runnable
,org.eclipse.ui.IStartup
The start-up class for UI processing.
- Author:
- Christopher Mindus
-
Constructor Summary
Constructors -
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