Package org.eclipse.net4j.util.container
Class LifecycleEventConverter<E>
- java.lang.Object
- 
- org.eclipse.net4j.util.container.LifecycleEventConverter<E>
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListenerIListener.NotifierAware
 
- 
 - 
Constructor SummaryConstructors Constructor Description LifecycleEventConverter(Notifier owner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidadded(ILifecycleEvent e)protected IContainerEvent<E>createContainerEvent(IContainer<E> container, E element, IContainerDelta.Kind kind)protected voidfireContainerEvent(ILifecycleEvent e, IContainerDelta.Kind kind)INotifiergetOwner()voidnotifyEvent(IEvent event)protected voidremoved(ILifecycleEvent e)
 
- 
- 
- 
Constructor Detail- 
LifecycleEventConverterpublic LifecycleEventConverter(Notifier owner) 
 
- 
 - 
Method Detail- 
getOwnerpublic INotifier getOwner() 
 - 
notifyEventpublic void notifyEvent(IEvent event) - Specified by:
- notifyEventin interface- IListener
 
 - 
addedprotected void added(ILifecycleEvent e) 
 - 
removedprotected void removed(ILifecycleEvent e) 
 - 
fireContainerEventprotected void fireContainerEvent(ILifecycleEvent e, IContainerDelta.Kind kind) 
 - 
createContainerEventprotected IContainerEvent<E> createContainerEvent(IContainer<E> container, E element, IContainerDelta.Kind kind) 
 
- 
 
-