|
||||||||||
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.NSNotificationQueue
public abstract class NSNotificationQueue
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 |
NSNotificationQueue._class_
|
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSNotificationQueue()
|
Method Summary | |
---|---|
static NSNotificationQueue |
alloc()
|
static NSNotificationQueue |
createWithNotificationCenter(NSNotificationCenter notificationCenter)
Factory method |
static NSNotificationQueue |
defaultQueue()
Original signature : +(id)defaultQueue native declaration : NSNotificationQueue.h:33 |
abstract void |
dequeueNotificationsMatching_coalesceMask(NSNotification notification,
NSUInteger coalesceMask)
Original signature : -(void)dequeueNotificationsMatching:(NSNotification*) coalesceMask:(NSUInteger) native declaration : NSNotificationQueue.h:40 |
abstract void |
enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification,
int postingStyle,
NSUInteger coalesceMask,
NSArray modes)
Original signature : -(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle) coalesceMask:(NSUInteger) forModes:(NSArray*) native declaration : NSNotificationQueue.h:38 |
abstract void |
enqueueNotification_postingStyle(NSNotification notification,
int postingStyle)
Original signature : -(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle) native declaration : NSNotificationQueue.h:37 |
static NSNotificationQueue._class_ |
getNSClass()
|
abstract NSNotificationQueue |
initWithNotificationCenter(NSNotificationCenter notificationCenter)
Original signature : -(id)initWithNotificationCenter:(NSNotificationCenter*) native declaration : NSNotificationQueue.h:35 |
static NSNotificationQueue |
new_()
|
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 NSNotificationQueue()
Method Detail |
---|
public static NSNotificationQueue defaultQueue()
+(id)defaultQueue
public abstract NSNotificationQueue initWithNotificationCenter(NSNotificationCenter notificationCenter)
-(id)initWithNotificationCenter:(NSNotificationCenter*)
public static NSNotificationQueue createWithNotificationCenter(NSNotificationCenter notificationCenter)
initWithNotificationCenter(org.rococoa.cocoa.foundation.NSNotificationCenter)
public abstract void enqueueNotification_postingStyle(NSNotification notification, int postingStyle)
-(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle)
postingStyle
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSPostingStylepublic abstract void enqueueNotification_postingStyle_coalesceMask_forModes(NSNotification notification, int postingStyle, NSUInteger coalesceMask, NSArray modes)
-(void)enqueueNotification:(NSNotification*) postingStyle:(NSPostingStyle) coalesceMask:(NSUInteger) forModes:(NSArray*)
postingStyle
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSPostingStylepublic abstract void dequeueNotificationsMatching_coalesceMask(NSNotification notification, NSUInteger coalesceMask)
-(void)dequeueNotificationsMatching:(NSNotification*) coalesceMask:(NSUInteger)
public static NSNotificationQueue alloc()
public static NSNotificationQueue new_()
public static NSNotificationQueue._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |