MvcViewport::OnUpdate

voidMvcViewport::OnUpdate(IMvcSubject*pSubject, IMvcMessage*pMsg)

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

Defined in: MvcViewport.cpp

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.