|
|||||||||
| Home >> All >> org >> scopemvc >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scopemvc.core
Interface ModelChangeTypes

- 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
|
|||||||||
| Home >> All >> org >> scopemvc >> [ core overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC