IObserver::OnUpdate

voidIObserver::OnUpdate(ISubject*pSubject, IMessage*pMsg)

The function reacts to notifications of change on the subject it is observing

Defined in: SubjectObserver.h

Parameters

pSubject

The subject sending the update

pMsg

The message indicating what change has occurred

See Also

IObserver