All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.Notification
NSNotification
.
[[NSNotification
alloc] init]
.
- name
Objective-C instance method.
+ notificationWithName:object:
Objective-C class method.
+ notificationWithName:object:userInfo:
Objective-C class method.
- object
Objective-C instance method.
- userInfo
Objective-C instance method.
protected Notification(boolean shouldAllocate, int objcObject)
public Notification()
[[NSNotification
alloc] init]
.
public native String name()
- name
Objective-C instance method.
public native Object object()
- object
Objective-C instance method.
public native Dictionary userInfo()
- userInfo
Objective-C instance method.
public static native Object notificationWithNameAndObject(String aName, Object anObject)
+ notificationWithName:object:
Objective-C class method.
public static native Object notificationWithNameAndObjectAndUserInfo(String aName, Object anObject, Dictionary aUserInfo)
+ notificationWithName:object:userInfo:
Objective-C class method.
All Packages Class Hierarchy This Package Previous Next Index