Interface SetChange<E>
-
- Type Parameters:
E
- type of theelements
.
- All Superinterfaces:
CollectionChange<Set<E>,E>
,ContainerChange<Set<E>,E>
public interface SetChange<E> extends CollectionChange<Set<E>,E>
ContainerChange
forSet
s.- Since:
- 1.0.0
- See Also:
ObservableEvent.getChange()
-
-
Method Summary
-
Methods inherited from interface io.github.mmm.value.observable.container.ContainerChange
getContainer, getCount, getElement, getType
-
-