Class EquinoxLifecycleListener
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
public abstract class EquinoxLifecycleListener extends Object
Listener interface for events ofEmbeddedEquinoxinstances.
-
-
Constructor Summary
Constructors Constructor Description EquinoxLifecycleListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidafterFrameworkStarted(EmbeddedEquinox framework)
-
-
-
Method Detail
-
afterFrameworkStarted
public abstract void afterFrameworkStarted(EmbeddedEquinox framework)
-
-