Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.core
Interface ModelChangeTypes  view ModelChangeTypes download ModelChangeTypes.java

All Known Subinterfaces:
ModelChangeEvent

public interface ModelChangeTypes

Constants for types of model change used in ModelChangeEvent.

Version:
$Revision: 1.2 $ $Date: 2002/01/12 09:35:40 $

Field Summary
static int ACCESS_CHANGED
          A property's read-only state changed.
static int VALUE_ADDED
          A property was added.
static int VALUE_CHANGED
          The value of a property has changed.
static int VALUE_REMOVED
          A property was removed.
 

Field Detail

VALUE_CHANGED

public static final int VALUE_CHANGED
The value of a property has changed.

See Also:
Constant Field Values

VALUE_ADDED

public static final int VALUE_ADDED
A property was added.

See Also:
Constant Field Values

VALUE_REMOVED

public static final int VALUE_REMOVED
A property was removed.

See Also:
Constant Field Values

ACCESS_CHANGED

public static final int ACCESS_CHANGED
A property's read-only state changed.

See Also:
Constant Field Values