public class DefaultStartupProgressTrackerService extends java.lang.Object implements StartupProgressTrackerService
StartupProgressTrackerService.DefaultProgressState, StartupProgressTrackerService.OSGiRV, StartupProgressTrackerService.ProgressState| Constructor and Description |
|---|
DefaultStartupProgressTrackerService() |
| Modifier and Type | Method and Description |
|---|---|
StartupProgressTrackerService.OSGiRV |
applicationLaunched(ApplicationContext applicationContext)
Invoked when the OSGi-Framework has been launched.
|
void |
stateReached(StartupProgressTrackerService.ProgressState state)
Method called when a certain state has been reached
|
public DefaultStartupProgressTrackerService()
public StartupProgressTrackerService.OSGiRV applicationLaunched(ApplicationContext applicationContext)
StartupProgressTrackerServiceApplicationInstance#launch(ApplicationContext) has been invokedapplicationLaunched in interface StartupProgressTrackerServiceapplicationContext - the application contextpublic void stateReached(StartupProgressTrackerService.ProgressState state)
StartupProgressTrackerServicestateReached in interface StartupProgressTrackerServicestate - the state reached