org.rococoa.cocoa.foundation
Interface NSNotificationCenter

All Superinterfaces:
NSObject

public interface NSNotificationCenter
extends NSObject


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

CLASS

static final NSNotificationCenter._Class CLASS
Method Detail

addObserver_selector_name_object

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


addObserver_selector_name_object

void addObserver_selector_name_object(NSObject notificationObserver,
                                      Selector notificationSelector,
                                      java.lang.String notificationName,
                                      NSObject notificationSender)

postNotification

void postNotification(NSNotification notification)


Copyright © 2009. All Rights Reserved.