|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Registration
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 |
|---|
void registered(Context ctx)
void unregister()
void addIDependOn(ServiceImplementation implementation)
void removeIDependOn(ServiceImplementation implementation)
void addDependsOnMe(ServiceImplementation implementation)
void removeDependsOnMe(ServiceImplementation implementation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||