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