ITextSpinButtonNotifyHandler

The ITextSpinButtonNotifyHandler class processes events for all classes of text spin buttons.

This class is designed to handle events that require the text spin button class to generate a notification. 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.


ITextSpinButtonNotifyHandler - Member Functions and Data by Group

Constructors & Destructor

You can construct and destruct objects of this class.


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

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


[view class]
ITextSpinButtonNotifyHandler
public:
ITextSpinButtonNotifyHandler()

This is the default constructor and accepts no parameters.

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


Event Dispatching

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


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

Notifies the text spin button observers if the following event is received:

Supported Platforms

Windows OS/2 AIX
Yes Yes Yes


ITextSpinButtonNotifyHandler - Inherited Member Functions and Data

Inherited Public Functions

IHandler
IWindowNotifyHandler

Inherited Public Data

Inherited Protected Functions

IHandler
IWindowNotifyHandler

Inherited Protected Data