public interface IContainerDelta<E>
container.| Modifier and Type | Interface and Description |
|---|---|
static class |
IContainerDelta.Kind
Enumerates the possible
container delta kinds IContainerDelta.Kind.ADDED or IContainerDelta.Kind.REMOVED. |
| Modifier and Type | Method and Description |
|---|---|
E |
getElement() |
IContainerDelta.Kind |
getKind() |
E getElement()
IContainerDelta.Kind getKind()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.