IProgressIndicatorNotifyHandler

Instances of the IProgressIndicatorNotifyHandler class process events for all classes of progress indicators or sliders.

This class is designed to handle events that result in notifications being generated for IProgressIndicator 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 IProgressIndicator. class for the supported notification identifiers.


IProgressIndicatorNotifyHandler - Member Functions and Data by Group

Constructors & Destructor

Use these functions to construct and destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
IProgressIndicatorNotifyHandler
public:
IProgressIndicatorNotifyHandler()

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Event Processing

This function evaluates the event to determine if it is appropriate for this handler object to process.


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

If any of the following events are received, the progress indicator control observers are notified:

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


IProgressIndicatorNotifyHandler - Inherited Member Functions and Data

Inherited Public Functions

IHandler
IWindowNotifyHandler

Inherited Public Data

Inherited Protected Functions

IHandler
IWindowNotifyHandler

Inherited Protected Data