|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSNotificationCenter
public abstract class NSNotificationCenter
Nested Class Summary | |
---|---|
static interface |
NSNotificationCenter._Class
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
NSObject._class_ |
Field Summary | |
---|---|
static NSNotificationCenter._Class |
CLASS
|
Constructor Summary | |
---|---|
NSNotificationCenter()
|
Method Summary | |
---|---|
abstract void |
addObserver_selector_name_object(ID notificationObserver,
Selector notificationSelector,
String notificationName,
NSObject notificationSender)
Deprecated. |
abstract void |
addObserver_selector_name_object(NSObject notificationObserver,
Selector notificationSelector,
String notificationName,
NSObject notificationSender)
|
abstract void |
postNotification(NSNotification notification)
|
Methods inherited from class org.rococoa.cocoa.foundation.NSObject |
---|
description, isKindOfClass, isKindOfClass, release, retain, retainCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Field Detail |
---|
public static final NSNotificationCenter._Class CLASS
Constructor Detail |
---|
public NSNotificationCenter()
Method Detail |
---|
@Deprecated public abstract void addObserver_selector_name_object(ID notificationObserver, Selector notificationSelector, String notificationName, NSObject notificationSender)
public abstract void addObserver_selector_name_object(NSObject notificationObserver, Selector notificationSelector, String notificationName, NSObject notificationSender)
public abstract void postNotification(NSNotification notification)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |