Package com.iizigo.ws

Class Startup

java.lang.Object
com.iizigo.ws.Startup
All Implemented Interfaces:
Runnable, IStartup

public class Startup extends Object implements IStartup, Runnable
The start-up class for UI processing.
Author:
Christopher Mindus
  • Constructor Details Link icon

    • Startup Link icon

      public Startup()
      The Eclipse constructor.
  • Method Details Link icon

    • earlyStartup Link icon

      public void earlyStartup()
      Will be called in a separate thread after the workbench initializes.
      Specified by:
      earlyStartup in interface IStartup
    • run Link icon

      public void run()
      Runs in the UI thread.
      Specified by:
      run in interface Runnable