public interface NotificationHandler
NotificationHandler
interface needs to be implemented by
high level services and applications in order to be able to receive
notifications from the Platform Low Level API. The handler registration is
done through the PLLClient class.Notification
,
PLLClient
Modifier and Type | Method and Description |
---|---|
void |
process(Vector<Notification> notifications)
This interface must be implemented by the high level applications and
applications in order to receive notifications from the Platform Low
Level API.
|
void process(Vector<Notification> notifications)
notifications
- A Vector of Notification objects.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.