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 TypMethodeBeschreibungbooleanprotected voidnotifyContainerEvent(IContainerEvent<E> event) final voidnotifyEvent(IEvent event) protected voidprotected 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)
-
Konstruktordetails
-
ContainerEventAdapter
public ContainerEventAdapter(boolean waitForActive) - Seit:
- 3.3
-
ContainerEventAdapter
public ContainerEventAdapter()
-
-
Methodendetails
-
isWaitForActive
public boolean isWaitForActive()- Seit:
- 3.3
-
notifyEvent
- Angegeben von:
notifyEventin 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
-