aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Comments/ICommentsEventHandler.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Comments/ICommentsEventHandler.php')
-rw-r--r--lib/public/Comments/ICommentsEventHandler.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/public/Comments/ICommentsEventHandler.php b/lib/public/Comments/ICommentsEventHandler.php
index af36e051b5f..dc0a554ff11 100644
--- a/lib/public/Comments/ICommentsEventHandler.php
+++ b/lib/public/Comments/ICommentsEventHandler.php
@@ -9,11 +9,13 @@ namespace OCP\Comments;
* Interface ICommentsEventHandler
*
* @since 11.0.0
+ * @deprecated 30.0.0 Register a listener for the CommentsEvent through the IEventDispatcher
*/
interface ICommentsEventHandler {
/**
* @param CommentsEvent $event
* @since 11.0.0
+ * @deprecated 30.0.0 Register a listener for the CommentsEvent through the IEventDispatcher
*/
public function handle(CommentsEvent $event);
}