Class EquinoxLifecycleListener
- java.lang.Object
-
- org.eclipse.sisu.equinox.embedder.EquinoxLifecycleListener
-
- Direct Known Subclasses:
BuildPropertiesParserConfigurator
,FileLockServiceConfigurator
,MavenContextConfigurator
,MavenDependenciesResolverConfigurer
,MavenProtocolHandler
,OSGiProxyConfigurator
,RepositorySettingsConfigurator
public abstract class EquinoxLifecycleListener extends java.lang.Object
Listener interface for events ofEmbeddedEquinox
instances.
-
-
Constructor Summary
Constructors Constructor Description EquinoxLifecycleListener()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
afterFrameworkStarted(EmbeddedEquinox framework)
-
-
-
Method Detail
-
afterFrameworkStarted
public abstract void afterFrameworkStarted(EmbeddedEquinox framework)
-
-