Uses of Interface
org.eclipse.net4j.util.container.IContainerEvent
Packages that use IContainerEvent
Package
Description
A framework of notifying collections and wiring containers.
-
Uses of IContainerEvent in org.eclipse.net4j.util.container
Classes in org.eclipse.net4j.util.container that implement IContainerEventModifier and TypeClassDescriptionclass
A defaultcontainer event
implementation.class
Acontainer event
with a single elementdelta
.Methods in org.eclipse.net4j.util.container that return IContainerEventModifier and TypeMethodDescriptionprotected IContainerEvent<E>
LifecycleEventConverter.createContainerEvent
(IContainer<E> container, E element, IContainerDelta.Kind kind) Methods in org.eclipse.net4j.util.container with parameters of type IContainerEventModifier and TypeMethodDescriptionprotected void
ContainerEventAdapter.notifyContainerEvent
(IContainerEvent<E> event) protected void
SelfAttachingContainerListener.Delegating.notifyContainerEvent
(IContainerEvent<?> event) protected void
SelfAttachingContainerListener.notifyContainerEvent
(IContainerEvent<?> event)