Package org.osgi.service.onem2m
Interface NotificationListener
-
@ConsumerType public interface NotificationListener
Interface to receive notification from other oneM2M entities.Application that receives notification must implement this interface and register to OSGi service registry. No service property is required.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notified(RequestPrimitiveDTO request)
receive notification.
-
-
-
Method Detail
-
notified
void notified(RequestPrimitiveDTO request)
receive notification.- Parameters:
request
- request primitive
-
-