aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMCarbonEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit/GTMCarbonEvent.h')
-rw-r--r--AppKit/GTMCarbonEvent.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/AppKit/GTMCarbonEvent.h b/AppKit/GTMCarbonEvent.h
index 83482e9..93ad949 100644
--- a/AppKit/GTMCarbonEvent.h
+++ b/AppKit/GTMCarbonEvent.h
@@ -337,6 +337,18 @@ GTM_EXTERN const OSType kGTMCarbonFrameworkSignature;
+ (GTMCarbonEventMonitorHandler *)sharedEventMonitorHandler;
@end
+// An event handler class representing the application event handler.
+//
+// there is only one of these per application. This way you can put
+// event handlers directly on the application if necessary.
+@interface GTMCarbonEventApplicationEventHandler : GTMCarbonEventHandler
+// Accessor to get the GTMCarbonEventApplicationEventHandler singleton.
+//
+// Returns:
+// pointer to the GTMCarbonEventApplicationEventHandler singleton.
++ (GTMCarbonEventApplicationEventHandler *)sharedApplicationEventHandler;
+@end
+
// An event handler class representing the toolbox dispatcher event handler
//
// there is only one of these per application. This way you can put