home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ICOMBONH_
- #define _ICOMBONH_
- /*******************************************************************************
- * FILE NAME: icombonh.hpp *
- * *
- * DESCRIPTION: *
- * Declaration of the classes: *
- * IComboBoxNotifyHandler *
- * *
- * COPYRIGHT: *
- * IBM Open Class Library *
- * (C) Copyright International Business Machines Corporation 1992, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- * *
- *******************************************************************************/
- #include <ientrynh.hpp>
-
- class IComboBoxNotifyHandler : public IEntryFieldNotifyHandler {
- typedef IEntryFieldNotifyHandler
- Inherited;
- public:
- /*----------------------------- Constructors ---------------------------------*/
- IComboBoxNotifyHandler();
- virtual
- ~IComboBoxNotifyHandler();
-
- protected:
- /*---------------------------- Event Processing ------------------------------*/
- virtual Boolean
- dispatchHandlerEvent (IEvent& anEvent);
- };
- #endif /* _ICOMBONH_ */
-