Class LifecycleEventAdapter

  • All Implemented Interfaces:
    java.util.EventListener, IListener

    public class LifecycleEventAdapter
    extends java.lang.Object
    implements IListener
    A listener that dispatches lifecycle events to methods that can be overridden by extenders.
    Author:
    Eike Stepper
    • Constructor Detail

      • LifecycleEventAdapter

        public LifecycleEventAdapter()
    • Method Detail

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