public class RemindingNotifier extends AbstractEventNotifier
| Constructor and Description |
|---|
RemindingNotifier(Notifier delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
doNotify(ClientApplicationEvent event) |
void |
sendReminders() |
void |
setReminderPeriod(long reminderPeriod) |
void |
setReminderStatuses(String[] reminderStatuses) |
protected boolean |
shouldEndReminder(ClientApplicationEvent event) |
protected boolean |
shouldStartReminder(ClientApplicationEvent event) |
isEnabled, notify, setEnabled, shouldNotifypublic RemindingNotifier(Notifier delegate)
public void doNotify(ClientApplicationEvent event)
doNotify in class AbstractEventNotifierpublic void sendReminders()
protected boolean shouldStartReminder(ClientApplicationEvent event)
protected boolean shouldEndReminder(ClientApplicationEvent event)
public void setReminderPeriod(long reminderPeriod)
public void setReminderStatuses(String[] reminderStatuses)
Copyright © 2018 codecentric AG. All rights reserved.