Eclipse Platform
2.1

org.eclipse.ui
Interface IStartup


public interface IStartup

Plugins that register a startup extension will be activated after the Workbench initializes and have an opportunity to run code that can't be implemented using the normal contribution mechanisms.

Since:
2.0

Method Summary
 void earlyStartup()
          Will be called in a separed thread after the workbench initializes.
 

Method Detail

earlyStartup

public void earlyStartup()
Will be called in a separed thread after the workbench initializes.

Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.