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.
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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