|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteServiceListener
The RemoteServiceListener interface is used by applications to register for remote service events. Has to be registered using the whiteboard pattern.
| Field Summary | |
|---|---|
static java.lang.String |
FILTER
Name of the property which denotes the filter for the listener. |
static java.lang.String |
SERVICE_INTERFACES
Name of the property which denotes the service interfaces in which the listener is interested. |
| Method Summary | |
|---|---|
void |
remoteServiceEvent(RemoteServiceEvent event)
notify the application that a remote service matching the constraints has caused an event. |
| Field Detail |
|---|
static final java.lang.String SERVICE_INTERFACES
String array of
fully qualified names of the interfaces.
static final java.lang.String FILTER
org.osgi.framework.Filter object.
| Method Detail |
|---|
void remoteServiceEvent(RemoteServiceEvent event)
notify the application that a remote service matching the constraints has caused an event.
event - the RemoteServiceEvent.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||