|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.event.GTDelta.Kind
Kind of Delta, used to indicate change.
Field Summary | |
static GTDelta.Kind |
ADDED
The construct has been added (usually to a list) GTDelta defined values: getValue(): added value getOldValue(): null getPosition(): index in list, or NO_INDEX |
static GTDelta.Kind |
CHANGED
The construct has been changed. |
static GTDelta.Kind |
NO_CHANGE
Indicates no change. |
static GTDelta.Kind |
REMOVED
The construct has been removed (usually from a list) GTDelta defined values: getValue(): value being removed getOldValue(): null getPosition(): index in list, or NO_INDEX Since REMOVED deltas are sent before the delete is performed getValue is still valid. |
Constructor Summary | |
GTDelta.Kind()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final GTDelta.Kind NO_CHANGE
GTDelta defined values:
GTDelta.getKind()
public static final GTDelta.Kind ADDED
GTDelta defined values:
GTDelta.getKind()
public static final GTDelta.Kind REMOVED
GTDelta defined values:
Since REMOVED deltas are sent before the delete is performed getValue is still valid.
GTDelta.getKind()
public static final GTDelta.Kind CHANGED
GTDelta defined values:
GTDelta.getKind()
Constructor Detail |
public GTDelta.Kind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |