org.rococoa.cocoa.foundation
Interface FoundationLibrary.NSKeyValueObservingOptions

Enclosing interface:
FoundationLibrary

public static interface FoundationLibrary.NSKeyValueObservingOptions

native declaration : /System/Library/Frameworks/Foundation.framework/Headers/NSKeyValueObserving.h
enum values


Field Summary
static int NSKeyValueObservingOptionInitial
           
static int NSKeyValueObservingOptionNew
           
static int NSKeyValueObservingOptionOld
           
static int NSKeyValueObservingOptionPrior
           
 

Field Detail

NSKeyValueObservingOptionNew

static final int NSKeyValueObservingOptionNew
See Also:
Constant Field Values

NSKeyValueObservingOptionOld

static final int NSKeyValueObservingOptionOld
See Also:
Constant Field Values

NSKeyValueObservingOptionInitial

static final int NSKeyValueObservingOptionInitial
See Also:
Constant Field Values

NSKeyValueObservingOptionPrior

static final int NSKeyValueObservingOptionPrior
See Also:
Constant Field Values


Copyright © 2009. All Rights Reserved.