|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSKeyValueObserverNotification
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 interface |
NSKeyValueObserverNotification._static_
|
Method Summary | |
---|---|
void |
didChange_valuesAtIndexes_forKey(int changeKind,
NSIndexSet indexes,
NSString key)
Original signature : -(void)didChange:(NSKeyValueChange) valuesAtIndexes:(NSIndexSet*) forKey:(NSString*) from NSKeyValueObserverNotification native declaration : NSKeyValueObserving.h:142 |
void |
didChangeValueForKey_withSetMutation_usingObjects(NSString key,
int mutationKind,
NSSet objects)
Original signature : -(void)didChangeValueForKey:(NSString*) withSetMutation:(NSKeyValueSetMutationKind) usingObjects:(NSSet*) from NSKeyValueObserverNotification native declaration : NSKeyValueObserving.h:157 |
void |
didChangeValueForKey(NSString key)
Original signature : -(void)didChangeValueForKey:(NSString*) from NSKeyValueObserverNotification native declaration : NSKeyValueObserving.h:133 |
void |
willChange_valuesAtIndexes_forKey(int changeKind,
NSIndexSet indexes,
NSString key)
Given a key that identifies an _ordered_ to-many relationship, send -observeValueForKeyPath:ofObject:change:context: notification messages of the passed-in change kind to each observer registered for the key, including those that are registered with other objects using key paths that locate the keyed value in this object. |
void |
willChangeValueForKey_withSetMutation_usingObjects(NSString key,
int mutationKind,
NSSet objects)
Given a key that identifies an _unordered_ to-many relationship, send -observeValueForKeyPath:ofObject:change:context: notification messages to each observer registered for the key, including those that are registered with other objects using key paths that locate the keyed value in this object. |
void |
willChangeValueForKey(NSString key)
Given a key that identifies a property (attribute, to-one relationship, or ordered or unordered to-many relationship), send -observeValueForKeyPath:ofObject:change:context: notification messages of kind NSKeyValueChangeSetting to each observer registered for the key, including those that are registered with other objects using key paths that locate the keyed value in this object. |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Method Detail |
---|
void willChangeValueForKey(NSString key)
-(void)willChangeValueForKey:(NSString*)
void didChangeValueForKey(NSString key)
-(void)didChangeValueForKey:(NSString*)
void willChange_valuesAtIndexes_forKey(int changeKind, NSIndexSet indexes, NSString key)
-(void)willChange:(NSKeyValueChange) valuesAtIndexes:(NSIndexSet*) forKey:(NSString*)
changeKind
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSKeyValueChangevoid didChange_valuesAtIndexes_forKey(int changeKind, NSIndexSet indexes, NSString key)
-(void)didChange:(NSKeyValueChange) valuesAtIndexes:(NSIndexSet*) forKey:(NSString*)
changeKind
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSKeyValueChangevoid willChangeValueForKey_withSetMutation_usingObjects(NSString key, int mutationKind, NSSet objects)
-(void)willChangeValueForKey:(NSString*) withSetMutation:(NSKeyValueSetMutationKind) usingObjects:(NSSet*)
mutationKind
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSKeyValueSetMutationKindvoid didChangeValueForKey_withSetMutation_usingObjects(NSString key, int mutationKind, NSSet objects)
-(void)didChangeValueForKey:(NSString*) withSetMutation:(NSKeyValueSetMutationKind) usingObjects:(NSSet*)
mutationKind
- @see org.rococoa.cocoa.foundation.FoundationLibrary#NSKeyValueSetMutationKind
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |