gnu.gnustep.base
Class NSNotificationCenter

java.lang.Object
  |
  +--gnu.gnustep.base.NSObject
        |
        +--gnu.gnustep.base.NSNotificationCenter
All Implemented Interfaces:
java.lang.Cloneable

public class NSNotificationCenter
extends NSObject

This class wraps the Objective-C class NSNotificationCenter. It was automatically generated by JIGS WrapCreator.


Method Summary
 void addObserver(java.lang.Object arg0, NSSelector arg1, java.lang.String arg2, java.lang.Object arg3)
          Wraps the Objective-C method addObserver:selector:name:object:
static NSNotificationCenter defaultCenter()
          Wraps the Objective-C method defaultCenter
 void postNotification(NSNotification arg0)
          Wraps the Objective-C method postNotification:
 void postNotificationName(java.lang.String arg0, java.lang.Object arg1)
          Wraps the Objective-C method postNotificationName:object:
 void postNotificationName(java.lang.String arg0, java.lang.Object arg1, NSDictionary arg2)
          Wraps the Objective-C method postNotificationName:object:userInfo:
 void removeObserver(java.lang.Object arg0)
          Wraps the Objective-C method removeObserver:
 void removeObserver(java.lang.Object arg0, java.lang.String arg1, java.lang.String arg2)
          Wraps the Objective-C method removeObserver:name:object:
 
Methods inherited from class gnu.gnustep.base.NSObject
clone, description, equals, hashCode, mutableClone, releaseObject, retainObject, takeValueForKey, toString, valueForKey
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

defaultCenter

public static NSNotificationCenter defaultCenter()
Wraps the Objective-C method defaultCenter

addObserver

public void addObserver(java.lang.Object arg0,
                        NSSelector arg1,
                        java.lang.String arg2,
                        java.lang.Object arg3)
Wraps the Objective-C method addObserver:selector:name:object:

removeObserver

public void removeObserver(java.lang.Object arg0)
Wraps the Objective-C method removeObserver:

removeObserver

public void removeObserver(java.lang.Object arg0,
                           java.lang.String arg1,
                           java.lang.String arg2)
Wraps the Objective-C method removeObserver:name:object:

postNotification

public void postNotification(NSNotification arg0)
Wraps the Objective-C method postNotification:

postNotificationName

public void postNotificationName(java.lang.String arg0,
                                 java.lang.Object arg1)
Wraps the Objective-C method postNotificationName:object:

postNotificationName

public void postNotificationName(java.lang.String arg0,
                                 java.lang.Object arg1,
                                 NSDictionary arg2)
Wraps the Objective-C method postNotificationName:object:userInfo: