MvcDefSubject::RemoveObserver
voidMvcDefSubject::RemoveObserver(IMvcObserver*pObserver)
Removes an observer from the list of dependents
Defined in: MvcDefSbjObs.cpp
Return Value
void
Parameters
pObserver
The dependent to be removed from the list of dependents
Comments
This function removes the specified observer from this subject's list of dependent objects. Following this call, the observer will no longer receive notifications of change on this subject.See Also
IMvcSubject, AddObserver