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.
Author:
Eike Stepper
  • Constructor Details

    • LifecycleEventAdapter

      public LifecycleEventAdapter()
  • Method Details

    • 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)