Klasse LifecycleEventAdapter

java.lang.Object
org.eclipse.net4j.util.lifecycle.LifecycleEventAdapter
Alle implementierten Schnittstellen:
EventListener, IListener

public class LifecycleEventAdapter extends Object implements IListener
A listener that dispatches lifecycle events to methods that can be overridden by extenders.
Autor:
Eike Stepper
  • Konstruktordetails

    • LifecycleEventAdapter

      public LifecycleEventAdapter()
  • Methodendetails

    • notifyEvent

      public final void notifyEvent(IEvent event)
      Angegeben von:
      notifyEvent in Schnittstelle 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)