ISubject::UpdateAllObservers

void ISubject::UpdateAllObservers(IObserver* pSender, IMessage* pMsg)

All objects dependent on this object are sent a notification indicating what aspect of this object has changed

Defined in: SubjectObserver.h

Parameters

pSender

The observer that triggered the update

pMsg

The message to send to all observers

See Also

ISubject