Class AbstractCommentObserver
- java.lang.Object
-
- org.ametys.web.repository.comment.AbstractCommentObserver
-
- All Implemented Interfaces:
Observer
public abstract class AbstractCommentObserver extends Object implements Observer
Observer for comments
-
-
Field Summary
-
Fields inherited from interface org.ametys.core.observation.Observer
MAX_PRIORITY, MIN_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description AbstractCommentObserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
supports(Event event)
Checks if the event is supported.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.core.observation.Observer
getPriority, observe
-
-
-
-
Constructor Detail
-
AbstractCommentObserver
public AbstractCommentObserver()
-
-