Interface ElementDelta.Factory

  • Enclosing class:
    ElementDelta

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

      • 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)