|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NSKeyValueObserverRegistration
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 |
NSKeyValueObserverRegistration._static_
|
| Method Summary | |
|---|---|
void |
addObserver_forKeyPath_options_context(NSObject observer,
NSString keyPath,
int options,
Pointer context)
Register or deregister as an observer of the value at a key path relative to the receiver. |
void |
removeObserver_forKeyPath(NSObject observer,
NSString keyPath)
Original signature : -(void)removeObserver:(NSObject*) forKeyPath:(NSString*)from NSKeyValueObserverRegistration native declaration : NSKeyValueObserving.h:97 |
| Methods inherited from interface org.rococoa.ObjCObject |
|---|
id |
| Method Detail |
|---|
void addObserver_forKeyPath_options_context(NSObject observer,
NSString keyPath,
int options,
Pointer context)
-(void)addObserver:(NSObject*) forKeyPath:(NSString*) options:(NSKeyValueObservingOptions) context:(void*)
options - @see org.rococoa.cocoa.foundation.FoundationLibrary#NSKeyValueObservingOptions
void removeObserver_forKeyPath(NSObject observer,
NSString keyPath)
-(void)removeObserver:(NSObject*) forKeyPath:(NSString*)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||