|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.foundation.NSNotificationCenter
org.rococoa.cocoa.foundation.NSDistributedNotificationCenter
public abstract class NSDistributedNotificationCenter
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Nested Class Summary | |
---|---|
static class |
NSDistributedNotificationCenter._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSDistributedNotificationCenter()
|
Method Summary | |
---|---|
abstract void |
addObserver_selector_name_object_suspensionBehavior(ObjCObject observer,
Selector selector,
NSString name,
NSString object,
int suspensionBehavior)
Original signature : -(void)addObserver:(id) selector:(SEL) name:(NSString*) object:(NSString*) suspensionBehavior:(NSNotificationSuspensionBehavior) native declaration : NSDistributedNotificationCenter.h:35 |
static NSDistributedNotificationCenter |
alloc()
|
static NSDistributedNotificationCenter |
defaultCenter()
Original signature : +(id)defaultCenter native declaration : NSDistributedNotificationCenter.h:32 |
static NSDistributedNotificationCenter._class_ |
getNSClass()
|
static NSDistributedNotificationCenter |
new_()
|
static NSDistributedNotificationCenter |
notificationCenterForType(NSString notificationCenterType)
Original signature : +(NSDistributedNotificationCenter*)notificationCenterForType:(NSString*) native declaration : NSDistributedNotificationCenter.h:29 |
abstract void |
postNotificationName_object_userInfo_deliverImmediately(NSString name,
NSString object,
NSDictionary userInfo,
boolean deliverImmediately)
Original signature : -(void)postNotificationName:(NSString*) object:(NSString*) userInfo:(NSDictionary*) deliverImmediately:(BOOL) native declaration : NSDistributedNotificationCenter.h:38 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSDistributedNotificationCenter()
Method Detail |
---|
public static NSDistributedNotificationCenter notificationCenterForType(NSString notificationCenterType)
+(NSDistributedNotificationCenter*)notificationCenterForType:(NSString*)
public static NSDistributedNotificationCenter defaultCenter()
+(id)defaultCenter
public abstract void addObserver_selector_name_object_suspensionBehavior(ObjCObject observer, Selector selector, NSString name, NSString object, int suspensionBehavior)
-(void)addObserver:(id) selector:(SEL) name:(NSString*) object:(NSString*) suspensionBehavior:(NSNotificationSuspensionBehavior)
suspensionBehavior
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSNotificationSuspensionBehaviorpublic abstract void postNotificationName_object_userInfo_deliverImmediately(NSString name, NSString object, NSDictionary userInfo, boolean deliverImmediately)
-(void)postNotificationName:(NSString*) object:(NSString*) userInfo:(NSDictionary*) deliverImmediately:(BOOL)
public static NSDistributedNotificationCenter alloc()
public static NSDistributedNotificationCenter new_()
public static NSDistributedNotificationCenter._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |