public interface AvailabilitySubscriber
Modifier and Type | Method and Description |
---|---|
void |
serviceRegistered(String requestURI,
String realizationID)
Whenever a service is registered we need to pass two parameters for
mapping the notification to a specific subscription.
|
void |
serviceUnregistered(String requestURI,
String realizationID)
Whenever a service is deregistered we need to pass two parameters for
mapping the notification to a specific subscription.
|
void serviceRegistered(String requestURI, String realizationID)
requestURI
- the URI of the original ServiceRequest objectrealizationID
- a unique ID for each matched offer because of possible
multiple matches to a certain requestvoid serviceUnregistered(String requestURI, String realizationID)
requestURI
- the URI of the original ServiceRequest objectrealizationID
- a unique ID for each matched offer because of possible
multiple matches to a certain requestCopyright © 2018 universAAL Consortium. All rights reserved.