|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--gnu.gnustep.base.NSObject
|
+--gnu.gnustep.base.NSNotificationCenter
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 |
public static NSNotificationCenter defaultCenter()
public void addObserver(java.lang.Object arg0,
NSSelector arg1,
java.lang.String arg2,
java.lang.Object arg3)
public void removeObserver(java.lang.Object arg0)
public void removeObserver(java.lang.Object arg0,
java.lang.String arg1,
java.lang.String arg2)
public void postNotification(NSNotification arg0)
public void postNotificationName(java.lang.String arg0,
java.lang.Object arg1)
public void postNotificationName(java.lang.String arg0,
java.lang.Object arg1,
NSDictionary arg2)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||