#include <INotifiable.h>
Inheritance diagram for INotifiable:
Public Member Functions | |
virtual | ~INotifiable () |
virtual void | receiveChangeNotification (int category, cPolymorphic *details)=0 |
virtual void INotifiable::receiveChangeNotification | ( | int | category, | |
cPolymorphic * | details | |||
) | [pure virtual] |
Called by the NotificationBoard whenever a change of a category occurs to which this client has subscribed.
Implemented in BasicModule, InterfaceTable, RoutingTable, LDP, LinkStateRouting, Ieee80211Mac, Ieee80211AgentSTA, Ieee80211MgmtAdhoc, Ieee80211MgmtAP, Ieee80211MgmtAPSimplified, Ieee80211MgmtSTA, Ieee80211MgmtSTASimplified, CSMAMacLayer, Mac80211, and NAMTraceWriter.