org.rococoa.cocoa.foundation
Class NSNotificationCenter

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSObject
      extended by org.rococoa.cocoa.foundation.NSNotificationCenter
All Implemented Interfaces:
ObjCObject

public abstract class NSNotificationCenter
extends NSObject


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

CLASS

public static final NSNotificationCenter._Class CLASS
Constructor Detail

NSNotificationCenter

public NSNotificationCenter()
Method Detail

addObserver_selector_name_object

@Deprecated
public abstract void addObserver_selector_name_object(ID notificationObserver,
                                                                 Selector notificationSelector,
                                                                 String notificationName,
                                                                 NSObject notificationSender)
Deprecated. 


addObserver_selector_name_object

public abstract void addObserver_selector_name_object(NSObject notificationObserver,
                                                      Selector notificationSelector,
                                                      String notificationName,
                                                      NSObject notificationSender)

postNotification

public abstract void postNotification(NSNotification notification)


Copyright © 2012. All Rights Reserved.