#include <INotifiable.h>
Inheritance diagram for INotifiable:
Public Member Functions | |
virtual | ~INotifiable () |
virtual void | receiveChangeNotification (int category, cPolymorphic *details)=0 |
|
00036 {}
|
|
Called by the NotificationBoard whenever a change of a category occurs to which this client has subscribed. Implemented in BasicModule, InterfaceTable, RoutingTable, LDP, LinkStateRouting, CSMAMacLayer, Mac80211, Mgmt80211, and NAMTraceWriter. |