blob: 3fa8112a7d528739ca5fb27912a4190bcc84a369 [file] [log] [blame]
package org.eclipse.osbp.runtime.common.ui;
/**
* A marker interface which is registered as soon as the
* org.eclipse.e4.ui.workbench.IWorkbench is registered as an OSGi-service.<br>
* This prevents that services requiring this service are only started, if the
* swt.Display has been created.
*/
public interface IWorkbenchAvailable {
}