All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.core.NotificationCenter
NSNotificationCenter
.
[[NSNotificationCenter
alloc] init]
.
- addObserver:selector:name:object:
Objective-C instance method.
+ defaultCenter
Objective-C class method.
- postNotification:
Objective-C instance method.
- postNotificationName:object:
Objective-C instance method.
- postNotificationName:object:userInfo:
Objective-C instance method.
- removeObserver:
Objective-C instance method.
- removeObserver:name:object:
Objective-C instance method.
protected NotificationCenter(boolean shouldAllocate, int objcObject)
public NotificationCenter()
[[NSNotificationCenter
alloc] init]
.
public static native NotificationCenter defaultCenter()
+ defaultCenter
Objective-C class method.
public native void addObserver(Object observer, Selector aSelector, String aName, Object anObject)
- addObserver:selector:name:object:
Objective-C instance method.
public native void postNotification(Notification notification)
- postNotification:
Objective-C instance method.
public native void postNotificationForNameAndObject(String aName, Object anObject)
- postNotificationName:object:
Objective-C instance method.
public native void postNotificationForNameAndObjectAndUserInfo(String aName, Object anObject, Dictionary aUserInfo)
- postNotificationName:object:userInfo:
Objective-C instance method.
public native void removeObserver(Object observer)
- removeObserver:
Objective-C instance method.
public native void removeObserverForNameAndObject(Object observer, String aName, Object anObject)
- removeObserver:name:object:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index