home *** CD-ROM | disk | FTP | other *** search
- #ifndef _ILISTBNH_
- #define _ILISTBNH_
- /*******************************************************************************
- * FILE NAME: ilistbnh.hpp *
- * *
- * DESCRIPTION: *
- * Declaration of the classes: *
- * IListBoxNotifyHandler *
- * *
- * 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 <ievent.hpp>
- #include <iwinnhdr.hpp>
-
- class IListBoxNotifyHandler : public IWindowNotifyHandler
- {
- typedef IWindowNotifyHandler
- Inherited;
- public:
- /*----------------------------- Constructors ---------------------------------*/
- IListBoxNotifyHandler();
- virtual
- ~IListBoxNotifyHandler();
-
- protected:
- /*---------------------------- Event Processing ------------------------------*/
- virtual Boolean
- dispatchHandlerEvent (IEvent& anEvent);
- };
- #endif /* _ILISTBNH_ */
-