PLCnext API Documentation  22.6.0.43
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
Arp::System::Nm::INotificationSubscriber Class Referenceabstract

Interface for subscribers of Notifications More...

#include <INotificationSubscriber.hpp>

Inheritance diagram for Arp::System::Nm::INotificationSubscriber:
Inheritance graph

Public Member Functions

virtual void Notify (const Notification &notification)=0
 Called to notify about an notification More...
 

Detailed Description

Interface for subscribers of Notifications

This interface is called by the NotificationManager to notify subscribers about a notification.

Member Function Documentation

◆ Notify()

virtual void Arp::System::Nm::INotificationSubscriber::Notify ( const Notification 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.


The documentation for this class was generated from the following file: