|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
When a service implementation implements this interface it knows about registration events in the kernel related to it. Its registration as well as registration of services that have dependency relationship with it.
Method Summary | |
void |
addDependsOnMe(ServiceImplementation implementation)
Add a service depending on this one. |
void |
addIDependOn(ServiceImplementation implementation)
Add a service it depends on. |
void |
registered(Context ctx)
Callback for registration. |
void |
removeDependsOnMe(ServiceImplementation implementation)
Remove a service depending on this one. |
void |
removeIDependOn(ServiceImplementation implementation)
Remove a service it depends on. |
void |
unregister()
Callback for unregistration. |
Method Detail |
public void registered(Context ctx)
public void unregister()
public void addIDependOn(ServiceImplementation implementation)
public void removeIDependOn(ServiceImplementation implementation)
public void addDependsOnMe(ServiceImplementation implementation)
public void removeDependsOnMe(ServiceImplementation implementation)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |