Package org.eclipse.net4j.util.lifecycle
Klasse LifecycleEventAdapter
java.lang.Object
org.eclipse.net4j.util.lifecycle.LifecycleEventAdapter
- 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 TypMethodeBeschreibungfinal 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
onDeactivated
(ILifecycle lifecycle)
-
Konstruktordetails
-
LifecycleEventAdapter
public LifecycleEventAdapter()
-
-
Methodendetails
-
notifyEvent
- Angegeben von:
notifyEvent
in SchnittstelleIListener
-
notifyLifecycleEvent
-
notifyOtherEvent
-
onAboutToActivate
-
onActivated
-
onAboutToDeactivate
-
onDeactivated
-