org.rococoa.cocoa.foundation.categories
Interface NSKeyValueObservingCustomization

All Superinterfaces:
ObjCObject

public interface NSKeyValueObservingCustomization
extends ObjCObject

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 NSKeyValueObservingCustomization._static_
           
 
Method Summary
 Pointer observationInfo()
          Original signature : -(void*)observationInfo
from NSKeyValueObservingCustomization native declaration : NSKeyValueObserving.h:180
 void setObservationInfo(Pointer observationInfo)
          Take or return a pointer that identifies information about all of the observers that are registered with the receiver, the options that were used at registration-time, etc.
 
Methods inherited from interface org.rococoa.ObjCObject
id
 

Method Detail

setObservationInfo

void setObservationInfo(Pointer observationInfo)
Take or return a pointer that identifies information about all of the observers that are registered with the receiver, the options that were used at registration-time, etc. The default implementation of these methods store observation info in a global dictionary keyed by the receivers' pointers. For improved performance, you can override these methods to store the opaque data pointer in an instance variable. Overrides of these methods must not attempt to send Objective-C messages to the passed-in observation info, including -retain and -release.
Original signature : -(void)setObservationInfo:(void*)
from NSKeyValueObservingCustomization native declaration : NSKeyValueObserving.h:179


observationInfo

Pointer observationInfo()
Original signature : -(void*)observationInfo
from NSKeyValueObservingCustomization native declaration : NSKeyValueObserving.h:180



Copyright © 2009. All Rights Reserved.