Package org.eclipse.net4j.util.container
Schnittstelle IContainerEvent<E>
- Alle Superschnittstellen:
IEvent
- Alle bekannten Implementierungsklassen:
ContainerEvent
,SingleDeltaContainerEvent
- Autor:
- 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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
accept
(IContainerEventVisitor<E> visitor) getDelta()
IContainerDelta<E>[]
boolean
isEmpty()
-
Methodendetails
-
getSource
IContainer<E> getSource() -
isEmpty
boolean isEmpty() -
getDeltas
IContainerDelta<E>[] getDeltas() -
getDelta
- Löst aus:
IllegalStateException
-
getDeltaElement
- Löst aus:
IllegalStateException
-
getDeltaKind
- Löst aus:
IllegalStateException
-
accept
-