gnu.gnustep.base
Class NSNotification

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

public class NSNotification
extends NSObject

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


Method Summary
 java.lang.String name()
          Wraps the Objective-C method name
static NSNotification notificationWithName(java.lang.String arg0, java.lang.Object arg1)
          Wraps the Objective-C method notificationWithName:object:
static NSNotification notificationWithName(java.lang.String arg0, java.lang.Object arg1, NSDictionary arg2)
          Wraps the Objective-C method notificationWithName:object:userInfo:
 java.lang.Object object()
          Wraps the Objective-C method object
 NSDictionary userInfo()
          Wraps the Objective-C method userInfo
 
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

notificationWithName

public static NSNotification notificationWithName(java.lang.String arg0,
                                                  java.lang.Object arg1)
Wraps the Objective-C method notificationWithName:object:

notificationWithName

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

name

public java.lang.String name()
Wraps the Objective-C method name

object

public java.lang.Object object()
Wraps the Objective-C method object

userInfo

public NSDictionary userInfo()
Wraps the Objective-C method userInfo