Uses of Class
com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter.NSNotificationSuspensionBehavior

Packages that use NSNotificationSuspensionBehavior
com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter   
 

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

Methods in com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter with parameters of type NSNotificationSuspensionBehavior
 void NSDistributedNotificationCenter.addObserver_selector_name_object_suspensionBehavior(Id observer, Sel selector, java.lang.String name, java.lang.String object, NSNotificationSuspensionBehavior suspensionBehavior)
          This method represents the addObserver() method of the NSDistributedNotificationCenter Objective-C class.