Package org.eclipse.net4j.util.container
Class ContainerEventAdapter<E>
- java.lang.Object
- 
- org.eclipse.net4j.util.container.ContainerEventAdapter<E>
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListenerIListener.NotifierAware
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContainerEventAdapter()ContainerEventAdapter(boolean waitForActive)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWaitForActive()protected voidnotifyContainerEvent(IContainerEvent<E> event)voidnotifyEvent(IEvent event)protected voidnotifyLifecycleEvent(ILifecycleEvent event)protected voidnotifyOtherEvent(IEvent event)protected voidonAboutToActivate(ILifecycle lifecycle)protected voidonAboutToDeactivate(ILifecycle lifecycle)protected voidonActivated(ILifecycle lifecycle)protected voidonAdded(IContainer<E> container, E element)protected voidonDeactivated(ILifecycle lifecycle)protected voidonRemoved(IContainer<E> container, E element)
 
- 
- 
- 
Method Detail- 
isWaitForActivepublic boolean isWaitForActive() - Since:
- 3.3
 
 - 
notifyEventpublic final void notifyEvent(IEvent event) - Specified by:
- notifyEventin interface- IListener
 
 - 
notifyContainerEventprotected void notifyContainerEvent(IContainerEvent<E> event) 
 - 
notifyLifecycleEventprotected void notifyLifecycleEvent(ILifecycleEvent event) - Since:
- 3.16
 
 - 
notifyOtherEventprotected void notifyOtherEvent(IEvent event) 
 - 
onAddedprotected void onAdded(IContainer<E> container, E element) 
 - 
onRemovedprotected void onRemoved(IContainer<E> container, E element) 
 - 
onAboutToActivateprotected void onAboutToActivate(ILifecycle lifecycle) - Since:
- 3.16
 
 - 
onActivatedprotected void onActivated(ILifecycle lifecycle) - Since:
- 3.16
 
 - 
onAboutToDeactivateprotected void onAboutToDeactivate(ILifecycle lifecycle) - Since:
- 3.16
 
 - 
onDeactivatedprotected void onDeactivated(ILifecycle lifecycle) - Since:
- 3.16
 
 
- 
 
-