CMvcViewport::OnUpdate

void CMvcViewport::OnUpdate(ISubject* pSubject, IMessage* pMsg)

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

Defined in: MvcViewport.h

Return Value

void

Parameters

pSubject

The subject sending the update.

pMsg

The message indicating what change has occurred.

Comments

The default implementation does nothing. Override this function to provide your application specific update code.