org.eclipse.ecf.core.start
Interface IECFStart

All Known Implementing Classes:
ECFStart

public interface IECFStart

Interface that must be implemented by extensions of the org.eclipse.ecf.start extension point. Such extensions will have their start method called by a new Job upon ECF startup.


Method Summary
 org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
          Run some startup task.
 

Method Detail

run

org.eclipse.core.runtime.IStatus run(org.eclipse.core.runtime.IProgressMonitor monitor)
Run some startup task.

Parameters:
monitor -
Returns:
IStatus the status of the start