Uses of Class
com.jniwrapper.macosx.cocoa.nsnotification.NSNotificationCenter

Packages that use NSNotificationCenter
com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter   
com.jniwrapper.macosx.cocoa.nsnotification   
com.jniwrapper.macosx.cocoa.nsnotificationqueue   
 

Uses of NSNotificationCenter in com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter
 

Subclasses of NSNotificationCenter in com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter
 class NSDistributedNotificationCenter
          This class represents NSDistributedNotificationCenter class.
 

Uses of NSNotificationCenter in com.jniwrapper.macosx.cocoa.nsnotification
 

Methods in com.jniwrapper.macosx.cocoa.nsnotification that return NSNotificationCenter
static NSNotificationCenter NSNotificationCenter.NSNotificationCenter_defaultCenter()
          This method represents the defaultCenter static constructor of the NSNotificationCenter Objective-C class.
 

Uses of NSNotificationCenter in com.jniwrapper.macosx.cocoa.nsnotificationqueue
 

Methods in com.jniwrapper.macosx.cocoa.nsnotificationqueue with parameters of type NSNotificationCenter
 Id NSNotificationQueue.initWithNotificationCenter(NSNotificationCenter notificationCenter)