Interface ChangeNotificator
- All Known Implementing Classes:
CommentMailNotificator,JsfMessagesNotificator
public interface ChangeNotificator
- Author:
- florian
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyCreation(PersistentAnnotation annotation, Locale locale, String viewerRootUrl) voidnotifyDeletion(PersistentAnnotation annotation, Locale locale) voidnotifyEdit(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) voidnotifyError(Exception exception, Locale locale)
-
Method Details
-
notifyCreation
- Parameters:
annotation-locale-viewerRootUrl-
-
notifyEdit
void notifyEdit(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) - Parameters:
oldAnnotation-newAnnotation-locale-viewerRootUrl-
-
notifyDeletion
- Parameters:
annotation-locale-
-
notifyError
- Parameters:
exception-locale-
-