Interface ListChange<E>
-
- Type Parameters:
E
- type of thecontained elements
.
- All Superinterfaces:
CollectionChange<List<E>,E>
,ContainerChange<List<E>,E>
public interface ListChange<E> extends CollectionChange<List<E>,E>
ContainerChange
forList
s.- Since:
- 1.0.0
- See Also:
ObservableEvent.getChange()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description int
getFrom()
default int
getTo()
-
Methods inherited from interface io.github.mmm.value.observable.container.ContainerChange
getContainer, getCount, getElement, getType
-
-