Interface ElementDelta.Factory

Enclosing class:
ElementDelta

public static interface ElementDelta.Factory
Represents a factory for creating instances of ElementDelta.
  • Method Summary

    Modifier and Type
    Method
    Description
    newDelta(IElement element)
    Returns a new, initially empty delta for the given element.
  • Method Details

    • newDelta

      ElementDelta newDelta(IElement element)
      Returns a new, initially empty delta for the given element.
      Parameters:
      element - not null
      Returns:
      a new, initially empty delta for the given element (never null)