org.eclipse.net4j.util.lifecycle
Class LifecycleEventAdapter
java.lang.Object
org.eclipse.net4j.util.lifecycle.LifecycleEventAdapter
- All Implemented Interfaces:
- EventListener, IListener
- public class LifecycleEventAdapter
- extends Object
- implements IListener
A listener that dispatches lifecycle events to methods that can be
overridden by extenders.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifecycleEventAdapter
public LifecycleEventAdapter()
notifyEvent
public final void notifyEvent(IEvent event)
- Specified by:
notifyEvent in interface IListener
notifyLifecycleEvent
protected void notifyLifecycleEvent(ILifecycleEvent event)
notifyOtherEvent
protected void notifyOtherEvent(IEvent event)
onAboutToActivate
protected void onAboutToActivate(ILifecycle lifecycle)
onActivated
protected void onActivated(ILifecycle lifecycle)
onAboutToDeactivate
protected void onAboutToDeactivate(ILifecycle lifecycle)
onDeactivated
protected void onDeactivated(ILifecycle lifecycle)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.