Package org.eclipse.net4j.util.lifecycle
Class LifecycleEventAdapter
java.lang.Object
org.eclipse.net4j.util.lifecycle.LifecycleEventAdapter
- 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 TypeMethodDescriptionfinal 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)
-
Constructor Details
-
LifecycleEventAdapter
public LifecycleEventAdapter()
-
-
Method Details
-
notifyEvent
- Specified by:
notifyEvent
in interfaceIListener
-
notifyLifecycleEvent
-
notifyOtherEvent
-
onAboutToActivate
-
onActivated
-
onAboutToDeactivate
-
onDeactivated
-