|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.jniwrapper.Parameter
com.jniwrapper.Pointer.Void
com.jniwrapper.macosx.cocoa.Id
com.jniwrapper.macosx.cocoa.CObject
com.jniwrapper.macosx.cocoa.nsobject.NSObject
com.jniwrapper.macosx.cocoa.nsnotification.NSNotificationCenter
com.jniwrapper.macosx.cocoa.nsdistributednotificationcenter.NSDistributedNotificationCenter
This class represents NSDistributedNotificationCenter class.
See the class documentation at the Apple's site: NSDistributedNotificationCenter
| Field Summary |
| Fields inherited from class com.jniwrapper.macosx.cocoa.CObject |
_fields |
| Fields inherited from class com.jniwrapper.Parameter |
LICENSE_TYPE, V |
| Constructor Summary | |
NSDistributedNotificationCenter()
|
|
NSDistributedNotificationCenter(boolean autorelease)
Contructs the NSDistributedNotificationCenter class with the autorelease option on. |
|
NSDistributedNotificationCenter(com.jniwrapper.Pointer.Void instancePtr)
Contructs the NSDistributedNotificationCenter class from pointer. |
|
NSDistributedNotificationCenter(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
Contructs the NSDistributedNotificationCenter class with static constructor. |
|
| Method Summary | |
void |
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. |
void |
addObserver_selector_name_object(Id observer,
Sel aSelector,
java.lang.String aName,
java.lang.String anObject)
This method represents the addObserver() method of the NSDistributedNotificationCenter Objective-C class. |
protected void |
init(com.jniwrapper.Parameter[] fields)
|
static NSDistributedNotificationCenter |
NSDistributedNotificationCenter_defaultCenter()
This method represents the defaultCenter static constructor of the NSDistributedNotificationCenter Objective-C class. |
void |
postNotificationName_object_userInfo_deliverImmediately(java.lang.String name,
java.lang.String object,
NSDictionary userInfo,
boolean deliverImmediately)
This method represents the postNotificationName() method of the NSDistributedNotificationCenter Objective-C class. |
void |
postNotificationName_object_userInfo_options(java.lang.String name,
java.lang.String object,
NSDictionary userInfo,
com.jniwrapper.UInt16 options)
This method represents the postNotificationName() method of the NSDistributedNotificationCenter Objective-C class. |
void |
postNotificationName_object_userInfo(java.lang.String aName,
java.lang.String anObject,
NSDictionary aUserInfo)
This method represents the postNotificationName() method of the NSDistributedNotificationCenter Objective-C class. |
void |
postNotificationName_object(java.lang.String aName,
java.lang.String anObject)
This method represents the postNotificationName() method of the NSDistributedNotificationCenter Objective-C class. |
void |
removeObserver_name_object(Id observer,
java.lang.String aName,
java.lang.String anObject)
This method represents the removeObserver() method of the NSDistributedNotificationCenter Objective-C class. |
void |
setSuspended(boolean suspended)
|
static com.jniwrapper.Pointer.Void |
static_notificationCenterForType(java.lang.String notificationCenterType)
|
com.jniwrapper.Bool |
suspended()
|
| Methods inherited from class com.jniwrapper.macosx.cocoa.nsnotification.NSNotificationCenter |
addObserver_selector_name_object, NSNotificationCenter_defaultCenter, postNotification, postNotificationName_object_userInfo, postNotificationName_object, removeObserver_name_object, removeObserver |
| Methods inherited from class com.jniwrapper.macosx.cocoa.CObject |
getClassName |
| Methods inherited from class com.jniwrapper.macosx.cocoa.Id |
clone |
| Methods inherited from class com.jniwrapper.Pointer.Void |
asFunction, asFunction, asTypedPointer, castTo, castTo, equals, getDebugInfo, getLength, getValue, hashCode, isNull, read, setValue, toString, write |
| Methods inherited from class com.jniwrapper.Parameter |
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NSDistributedNotificationCenter()
public NSDistributedNotificationCenter(boolean autorelease)
NSDistributedNotificationCenter class with the autorelease option on.
autorelease - public NSDistributedNotificationCenter(com.jniwrapper.Pointer.Void instancePtr)
NSDistributedNotificationCenter class from pointer.
instancePtr -
public NSDistributedNotificationCenter(java.lang.String methodName,
com.jniwrapper.Parameter[] parameters)
NSDistributedNotificationCenter class with static constructor.
methodName - parameters - | Method Detail |
public static NSDistributedNotificationCenter NSDistributedNotificationCenter_defaultCenter()
defaultCenter static constructor of the NSDistributedNotificationCenter Objective-C class.
protected void init(com.jniwrapper.Parameter[] fields)
init in class NSNotificationCenterpublic static com.jniwrapper.Pointer.Void static_notificationCenterForType(java.lang.String notificationCenterType)
public void postNotificationName_object_userInfo_deliverImmediately(java.lang.String name,
java.lang.String object,
NSDictionary userInfo,
boolean deliverImmediately)
postNotificationName() method of the NSDistributedNotificationCenter Objective-C class.
name - object - userInfo - deliverImmediately -
public void addObserver_selector_name_object_suspensionBehavior(Id observer,
Sel selector,
java.lang.String name,
java.lang.String object,
NSNotificationSuspensionBehavior suspensionBehavior)
addObserver() method of the NSDistributedNotificationCenter Objective-C class.
observer - selector - name - object - suspensionBehavior -
public void postNotificationName_object_userInfo_options(java.lang.String name,
java.lang.String object,
NSDictionary userInfo,
com.jniwrapper.UInt16 options)
postNotificationName() method of the NSDistributedNotificationCenter Objective-C class.
name - object - userInfo - options -
public void addObserver_selector_name_object(Id observer,
Sel aSelector,
java.lang.String aName,
java.lang.String anObject)
addObserver() method of the NSDistributedNotificationCenter Objective-C class.
observer - aSelector - aName - anObject - public com.jniwrapper.Bool suspended()
public void postNotificationName_object_userInfo(java.lang.String aName,
java.lang.String anObject,
NSDictionary aUserInfo)
postNotificationName() method of the NSDistributedNotificationCenter Objective-C class.
aName - anObject - aUserInfo -
public void removeObserver_name_object(Id observer,
java.lang.String aName,
java.lang.String anObject)
removeObserver() method of the NSDistributedNotificationCenter Objective-C class.
observer - aName - anObject -
public void postNotificationName_object(java.lang.String aName,
java.lang.String anObject)
postNotificationName() method of the NSDistributedNotificationCenter Objective-C class.
aName - anObject - public void setSuspended(boolean suspended)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||