Class 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 Detail

      • skipPaths

        protected String[] skipPaths
    • Constructor Detail

      • GenericEventListener

        public GenericEventListener()