Interface ChangeInternal
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface eu.mihosoft.vmf.runtime.core.Change
Change.ChangeType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CHANGE_TYPE_CONTAINMENT
Deprecated.static java.lang.String
CHANGE_TYPE_CROSS_REF
Deprecated.
-
Method Summary
Modifier and Type Method Description java.lang.String
getInternalChangeInfo()
Deprecated.A string that indicates additional information, such as events generated by cross-ref etc.static boolean
isCrossRefChange(Change c)
Deprecated.Indicates whether the specified change is only a crossref change, i.e, triggered by setting the opposite of the cross ref.static boolean
isCrossRefChange(vjavax.observer.collection.CollectionChangeEvent c)
Deprecated.Indicates whether the specified change is only a crossref list change, i.e, triggered by setting the opposite of the cross ref.-
Methods inherited from interface eu.mihosoft.vmf.runtime.core.Change
apply, getTimestamp, getType, isUndoable, listChange, object, propertyChange, propertyName, undo
-
-
-
-
Field Detail
-
CHANGE_TYPE_CROSS_REF
static final java.lang.String CHANGE_TYPE_CROSS_REF
Deprecated.- See Also:
- Constant Field Values
-
CHANGE_TYPE_CONTAINMENT
static final java.lang.String CHANGE_TYPE_CONTAINMENT
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getInternalChangeInfo
java.lang.String getInternalChangeInfo()
Deprecated.A string that indicates additional information, such as events generated by cross-ref etc.
-
isCrossRefChange
static boolean isCrossRefChange(Change c)
Deprecated.Indicates whether the specified change is only a crossref change, i.e, triggered by setting the opposite of the cross ref.- Parameters:
c
- change to check- Returns:
true
if the specified change is triggered by setting the opposite;false
otherwise
-
isCrossRefChange
static boolean isCrossRefChange(vjavax.observer.collection.CollectionChangeEvent c)
Deprecated.Indicates whether the specified change is only a crossref list change, i.e, triggered by setting the opposite of the cross ref.- Parameters:
c
- change to check- Returns:
true
if the specified change is triggered by setting the opposite;false
otherwise
-
-