Package com.iizigo.db

Class Startup

java.lang.Object
com.iizigo.db.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

    • 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 interface IStartup
    • run

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