Interface TomcatEventHandler

All Superinterfaces:
org.apache.catalina.ContainerListener, EventListener, org.apache.catalina.LifecycleListener, PropertyChangeListener
All Known Implementing Classes:
TomcatEventHandlerAdapter

public interface TomcatEventHandler extends org.apache.catalina.LifecycleListener, org.apache.catalina.ContainerListener, PropertyChangeListener
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     

    Methods inherited from interface org.apache.catalina.ContainerListener

    containerEvent

    Methods inherited from interface org.apache.catalina.LifecycleListener

    lifecycleEvent

    Methods inherited from interface java.beans.PropertyChangeListener

    propertyChange
  • Method Details

    • start

      void start()
    • stop

      void stop()