Class ManagedListener

  • All Implemented Interfaces:
    Lifecycle

    public class ManagedListener
    extends java.lang.Object
    implements Lifecycle
    Author:
    Stuart Douglas
    • Constructor Detail

      • ManagedListener

        public ManagedListener​(ListenerInfo listenerInfo,
                               boolean programatic)
    • Method Detail

      • start

        public void start()
                   throws jakarta.servlet.ServletException
        Specified by:
        start in interface Lifecycle
        Throws:
        jakarta.servlet.ServletException
      • stop

        public void stop()
        Specified by:
        stop in interface Lifecycle
      • instance

        public java.util.EventListener instance()
      • isProgramatic

        public boolean isProgramatic()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object