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