start(Service service)
and stop(Service service)
methods. After it has been started, a dependency must callback the associated component's dependencyAvailable()
and dependencyUnavailable()
methods. State changes of the dependency itself may only be made as long as the dependency is not 'active', meaning it is associated with a running component.
@author Felix Project Team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|