INotebookNotifyHandler

The INotebookNotifyHandler class processes events for INotebook objects.

This class is designed to handle events that result in notifications being generated for INotebook objects. If notifications are enabled for this class, a notification is generated and sent to all observers when the proper conditions for the specific notification exist. Refer to the INotebook. class for the supported notification identifiers.


INotebookNotifyHandler - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


[view class]
~INotebookNotifyHandler
public:
virtual ~INotebookNotifyHandler()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
INotebookNotifyHandler
public:
INotebookNotifyHandler()

Provides the default constructor.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Event Dispatching

Event-processing members evaluate an event to determine if it is appropriate for this handler object to process.


[view class]
dispatchHandlerEvent
protected:
virtual bool dispatchHandlerEvent(IEvent& anEvent)

Notifies the notebook observers if any of the following events are received:

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


INotebookNotifyHandler - Inherited Member Functions and Data

Inherited Public Functions

IHandler
IWindowNotifyHandler

Inherited Public Data

Inherited Protected Functions

IHandler
IWindowNotifyHandler

Inherited Protected Data