public interface CommentEvent
| Modifier and Type | Method and Description |
|---|---|
void |
afterCommentAdded(Comment comment)
Metoda wywołana po dodaniu komentarza do bazy danych.
|
boolean |
checkComment(Comment comment)
Metoda wywoływana przed dodaniem komentarza do bazy danych.
|
boolean checkComment(Comment comment)
comment - - obiekt komentarzavoid afterCommentAdded(Comment comment)
comment - - obiekt komentarzaCopyright © 2023 Suncode. All rights reserved.