Interface ChangeInternal
- All Superinterfaces:
Change
Deprecated.
For internal use by the VMF framework. Do not rely on this API. Seriously, don't rely on it.
It might change without prior notice.
-
Nested Class Summary
Nested classes/interfaces inherited from interface eu.mihosoft.vmf.runtime.core.Change
Change.ChangeType
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.A string that indicates additional information, such as events generated by cross-ref etc.static boolean
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 Details
-
CHANGE_TYPE_CROSS_REF
Deprecated.- See Also:
-
CHANGE_TYPE_CONTAINMENT
Deprecated.- See Also:
-
CHANGE_TYPE_EMPTY
Deprecated.- See Also:
-
-
Method Details
-
getInternalChangeInfo
String getInternalChangeInfo()Deprecated.A string that indicates additional information, such as events generated by cross-ref etc. -
isCrossRefChange
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
-