Interface ChangeNotificator
- All Known Implementing Classes:
CommentMailNotificator
,JsfMessagesNotificator
public interface ChangeNotificator
- Author:
- florian
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyCreation
(PersistentAnnotation annotation, Locale locale, String viewerRootUrl) void
notifyDeletion
(PersistentAnnotation annotation, Locale locale) void
notifyEdit
(PersistentAnnotation oldAnnotation, PersistentAnnotation newAnnotation, Locale locale, String viewerRootUrl) void
notifyError
(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
-
-