Package org.eclipse.net4j.util.container
Interface IContainerEvent<E>
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
ContainerEvent
,SingleDeltaContainerEvent
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(IContainerEventVisitor<E> visitor) getDelta()
IContainerDelta<E>[]
boolean
isEmpty()
-
Method Details
-
getSource
IContainer<E> getSource() -
isEmpty
boolean isEmpty() -
getDeltas
IContainerDelta<E>[] getDeltas() -
getDelta
- Throws:
IllegalStateException
-
getDeltaElement
- Throws:
IllegalStateException
-
getDeltaKind
- Throws:
IllegalStateException
-
accept
-