Interface ElementDelta.Factory
-
- Enclosing class:
- ElementDelta
public static interface ElementDelta.Factory
Represents a factory for creating instances ofElementDelta
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ElementDelta
newDelta(IElement element)
Returns a new, initially empty delta for the given element.
-
-
-
Method Detail
-
newDelta
ElementDelta newDelta(IElement element)
Returns a new, initially empty delta for the given element.- Parameters:
element
- notnull
- Returns:
- a new, initially empty delta for the given element
(never
null
)
-
-