Class GenericEventListener

java.lang.Object
org.hippoecm.hst.core.jcr.GenericEventListener
All Implemented Interfaces:
EventListener

public class GenericEventListener extends Object implements EventListener
The GenericEventListener class provides a default implementation for the EventListener interface. This receives an event and dispatches each event to a specialized method. The child class of this class can override some methods which are related to its own interests.
  • Field Details

    • skipPaths

      protected String[] skipPaths
  • Constructor Details

    • GenericEventListener

      public GenericEventListener()
  • Method Details