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