|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSNotificationCenter
Nested Class Summary | |
---|---|
static interface |
NSNotificationCenter._Class
|
Field Summary | |
---|---|
static NSNotificationCenter._Class |
CLASS
|
Method Summary | |
---|---|
void |
addObserver_selector_name_object(ID notificationObserver,
Selector notificationSelector,
java.lang.String notificationName,
NSObject notificationSender)
Deprecated. |
void |
addObserver_selector_name_object(NSObject notificationObserver,
Selector notificationSelector,
java.lang.String notificationName,
NSObject notificationSender)
|
void |
postNotification(NSNotification notification)
|
Methods inherited from interface org.rococoa.NSObject |
---|
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount |
Field Detail |
---|
static final NSNotificationCenter._Class CLASS
Method Detail |
---|
@Deprecated void addObserver_selector_name_object(ID notificationObserver, Selector notificationSelector, java.lang.String notificationName, NSObject notificationSender)
void addObserver_selector_name_object(NSObject notificationObserver, Selector notificationSelector, java.lang.String notificationName, NSObject notificationSender)
void postNotification(NSNotification notification)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |