Interface ChangeInternal

All Superinterfaces:
Change

@Deprecated public interface ChangeInternal extends 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.
  • Field Details

  • Method Details

    • getInternalChangeInfo

      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