HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
OH_EventHandler.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: OH_EventHandler.h ( Op Handler Library, C++)
7  *
8  * COMMENTS:
9  * This is the base class for the various types of event
10  * handlers. Typically gadgets will derive from this
11  * (or some subclass of this class) and redefine how
12  * its virtual methods work.
13  *
14  * For full documentation, please refer to DOCS/index.html
15  */
16 
17 #ifndef __OH_EventHandler__
18 #define __OH_EventHandler__
19 
20 #include <UI/UI_OHEventHandler.h>
21 #include "OH_TriggerObject.h"
22 
23 // Implementation moved to UI_OHEventHandler
25 
26 #endif
UI_OHEventHandler OH_EventHandler