org.eclipse.net4j.util.container
Interface IContainerDelta<E>

All Known Implementing Classes:
ContainerDelta

public interface IContainerDelta<E>

Describes the addition or removal of a single element from a container.


Nested Class Summary
static class IContainerDelta.Kind
          Enumerates the possible container delta kinds IContainerDelta.Kind.ADDED or IContainerDelta.Kind.REMOVED.
 
Method Summary
 E getElement()
           
 IContainerDelta.Kind getKind()
           
 

Method Detail

getElement

E getElement()

getKind

IContainerDelta.Kind getKind()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.