GDAccessibilityNotification Class Reference

The GDAccessibilityNotification is the object passed to your selecter or notification handler from a GDAccessibilityObserver. More...

#import <GDAccessibilityNotification.h>

List of all members.

Public Member Functions

(id) - initWithElement:forNotification:withUserInfo:
 Designated initializeer - inits with required parameters.
(void) - setElement:
 Set the element that triggered the notification.
(AXUIElementRef) - element
 Get the element.
(void) - setUserInfo:
 Set the user info dictionary.
(NSDictionary *) - userInfo
 Get the user info dict.

Protected Attributes

AXUIElementRef element
 The AXUIElementRef that triggered the notification.

Properties

NSStringnotification
 The notification name that was triggered.
NSDictionary * userInfo
 User info dictionary.

Detailed Description

The GDAccessibilityNotification is the object passed to your selecter or notification handler from a GDAccessibilityObserver.

You shouldn't use this directly.

See also:
GDAccessibilityObserver

Member Function Documentation

- (id) initWithElement: (AXUIElementRef)  element
forNotification: (NSString *)  notification
withUserInfo: (NSDictionary *)  userInfo 

Designated initializeer - inits with required parameters.

Parameters:
element An AXUIElementRef
notification The accessibility notification to subscribe to.
userInfo An optional user info dictionary that get's passed back to your handler.
- (void) setElement: (AXUIElementRef)  element  

Set the element that triggered the notification.

Parameters:
element An AXUIElementRef
- (void) setUserInfo: (NSDictionary *)  userInfow  

Set the user info dictionary.

Parameters:
userInfow The user info dictionary.

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Enumerations Enumerator Properties Defines