Class AbstractCommentObserver

java.lang.Object
org.ametys.web.repository.comment.AbstractCommentObserver
All Implemented Interfaces:
Observer, Prioritizable, Supporter<Event>

public abstract class AbstractCommentObserver extends Object implements Observer
Observer for comments
  • Constructor Details

  • Method Details

    • supports

      public boolean supports(Event event)
      Description copied from interface: Supporter
      Check if an element is supported
      Specified by:
      supports in interface Supporter<Event>
      Parameters:
      event - The element
      Returns:
      true if the element is supported, false otherwise