| 
    PLCnext API Documentation
    20.6.0.30321
    
   | 
 
Interface for subscribers of Notifications More...
#include <INotificationSubscriber.hpp>

Public Member Functions | |
| virtual void | Notify (const Notification ¬ification)=0 | 
| Called to notify about an notification More... | |
Interface for subscribers of Notifications
This interface is called by the NotificationManager to notify subscribers about a notification.
      
  | 
  pure virtual | 
Called to notify about an notification
This function is called by the NotificationManager to notify a subscriber about a new notification. The notification is passed as a parameter.
Implemented in Arp::System::Nm::NotificationSubscriber.
 1.8.13