Package org.eclipse.net4j.util.container
Class ContainerEventAdapter<E>
java.lang.Object
org.eclipse.net4j.util.container.ContainerEventAdapter<E>
- All Implemented Interfaces:
EventListener
,IListener
- Author:
- Eike Stepper
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.event.IListener
IListener.NotifierAware
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected void
notifyContainerEvent
(IContainerEvent<E> event) final void
notifyEvent
(IEvent event) protected void
protected void
notifyOtherEvent
(IEvent event) protected void
onAboutToActivate
(ILifecycle lifecycle) protected void
onAboutToDeactivate
(ILifecycle lifecycle) protected void
onActivated
(ILifecycle lifecycle) protected void
onAdded
(IContainer<E> container, E element) protected void
onDeactivated
(ILifecycle lifecycle) protected void
onRemoved
(IContainer<E> container, E element)
-
Constructor Details
-
ContainerEventAdapter
public ContainerEventAdapter(boolean waitForActive) - Since:
- 3.3
-
ContainerEventAdapter
public ContainerEventAdapter()
-
-
Method Details
-
isWaitForActive
public boolean isWaitForActive()- Since:
- 3.3
-
notifyEvent
- Specified by:
notifyEvent
in interfaceIListener
-
notifyContainerEvent
-
notifyLifecycleEvent
- Since:
- 3.16
-
notifyOtherEvent
-
onAdded
-
onRemoved
-
onAboutToActivate
- Since:
- 3.16
-
onActivated
- Since:
- 3.16
-
onAboutToDeactivate
- Since:
- 3.16
-
onDeactivated
- Since:
- 3.16
-