Eclipse Platform
2.0

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.0

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