Package org.eclipse.net4j.util.container
Klasse ContainerEventAdapter<E>
java.lang.Object
org.eclipse.net4j.util.container.ContainerEventAdapter<E>
- Alle implementierten Schnittstellen:
EventListener
,IListener
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.net4j.util.event.IListener
IListener.NotifierAware
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
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)
-
Konstruktordetails
-
ContainerEventAdapter
public ContainerEventAdapter(boolean waitForActive) - Seit:
- 3.3
-
ContainerEventAdapter
public ContainerEventAdapter()
-
-
Methodendetails
-
isWaitForActive
public boolean isWaitForActive()- Seit:
- 3.3
-
notifyEvent
- Angegeben von:
notifyEvent
in SchnittstelleIListener
-
notifyContainerEvent
-
notifyLifecycleEvent
- Seit:
- 3.16
-
notifyOtherEvent
-
onAdded
-
onRemoved
-
onAboutToActivate
- Seit:
- 3.16
-
onActivated
- Seit:
- 3.16
-
onAboutToDeactivate
- Seit:
- 3.16
-
onDeactivated
- Seit:
- 3.16
-