public interface IContainerEventVisitor<E>
container deltas.| Modifier and Type | Interface and Description |
|---|---|
static interface |
IContainerEventVisitor.Filtered<E>
An extension interface for
container event visitors that can filter deltas from being visited. |
| Modifier and Type | Method and Description |
|---|---|
void |
added(E element) |
void |
removed(E element) |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.