Uses of Class
org.eclipse.net4j.util.container.ContainerEvent

Packages that use ContainerEvent
org.eclipse.net4j.util.container A framework of notifying collections and wiring containers. 
org.eclipse.net4j.util.container.delegate Hybrid interfaces of notifying containers and the Java Collection Framework. 
 

Uses of ContainerEvent in org.eclipse.net4j.util.container
 

Methods in org.eclipse.net4j.util.container that return ContainerEvent
protected  ContainerEvent<E> Container.newContainerEvent()
           
 

Uses of ContainerEvent in org.eclipse.net4j.util.container.delegate
 

Methods in org.eclipse.net4j.util.container.delegate that return ContainerEvent
protected  ContainerEvent<E> AbstractDelegator.createEvent(Collection<? super E> c, IContainerDelta.Kind kind)
           
 

Methods in org.eclipse.net4j.util.container.delegate with parameters of type ContainerEvent
protected  boolean AbstractDelegator.dispatchEvent(ContainerEvent<E> event)
           
 



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