Uses of Interface
io.github.mmm.value.observable.container.ContainerChange
-
-
Uses of ContainerChange in io.github.mmm.value.observable.container
Classes in io.github.mmm.value.observable.container with type parameters of type ContainerChange Modifier and Type Interface Description interfaceChangeAwareContainer<E,M extends ContainerChange<?,E>,L extends EventListener<M>>A container (e.g.interfaceContainerChangeListener<C extends ContainerChange<?,?>>EventListenerforContainerChanges. -
Uses of ContainerChange in io.github.mmm.value.observable.container.collection
Subinterfaces of ContainerChange in io.github.mmm.value.observable.container.collection Modifier and Type Interface Description interfaceCollectionChange<C extends Collection<E>,E>ContainerChangeforCollections. -
Uses of ContainerChange in io.github.mmm.value.observable.container.list
Subinterfaces of ContainerChange in io.github.mmm.value.observable.container.list Modifier and Type Interface Description interfaceListChange<E>ContainerChangeforLists. -
Uses of ContainerChange in io.github.mmm.value.observable.container.map
Subinterfaces of ContainerChange in io.github.mmm.value.observable.container.map Modifier and Type Interface Description interfaceMapChange<K,V>ContainerChangeforMaps. -
Uses of ContainerChange in io.github.mmm.value.observable.container.set
Subinterfaces of ContainerChange in io.github.mmm.value.observable.container.set Modifier and Type Interface Description interfaceSetChange<E>ContainerChangeforSets.
-