|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HttpServiceListener
Listener on http service availability.
Method Summary | |
---|---|
void |
available(org.osgi.service.http.HttpService httpService)
Called when an http service becomes available. |
void |
unavailable(org.osgi.service.http.HttpService httpService)
Called when an http service becomes unavailable. |
Method Detail |
---|
void available(org.osgi.service.http.HttpService httpService) throws java.lang.Exception
httpService
- an http service
java.lang.Exception
void unavailable(org.osgi.service.http.HttpService httpService)
httpService
- an http service
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |