Class EquinoxLifecycleListener
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
- Direct Known Subclasses:
BuildPropertiesParserConfigurator,FileLockServiceConfigurator,MavenContextConfigurator,OSGiProxyConfigurator,RepositorySettingsConfigurator
public abstract class EquinoxLifecycleListener extends java.lang.ObjectListener 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)
-
-