public interface StartupProgressTrackerService
| Modifier and Type | Interface and Description |
|---|---|
static class |
StartupProgressTrackerService.DefaultProgressState
A set of predefined states
|
static class |
StartupProgressTrackerService.OSGiRV
Return value of
applicationLaunched(ApplicationContext) |
static interface |
StartupProgressTrackerService.ProgressState
Basic interface implemented by the progress state.
|
| 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
|
StartupProgressTrackerService.OSGiRV applicationLaunched(ApplicationContext applicationContext)
ApplicationInstance#launch(ApplicationContext) has been invokedapplicationContext - the application contextvoid stateReached(StartupProgressTrackerService.ProgressState state)
state - the state reached