PureMVC::INotificationHandler Class Reference

An INotificationHandler base class. More...

#include <pmvcpp.h>

Inheritance diagram for PureMVC::INotificationHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void handleNotification (INotification *notification)=0
 Handle an INotification.

Detailed Description

An INotificationHandler base class.

An IObserver requires a context to call a notification method from, and this class supports the IObserver by providing a contract that the context will have said notification handling method.


Member Function Documentation

virtual void PureMVC::INotificationHandler::handleNotification ( INotification notification  )  [pure virtual]

Handle an INotification.

Parameters:
notification the INotification to be handled

Implemented in PureMVC::Mediator.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables

Generated on Wed Feb 17 17:11:25 2010 for PureMVC++ by  doxygen 1.6.1