949596979899100101
} } @Override public void confirm(Notification notification) { notification.setConfirmation(new Confirmation()); notify(notification); }
100101102103104105106107
notify(notification); } @Override public void confirmNow(Notification notification) throws NotifyException { notification.setConfirmation(new Confirmation()); notifyNow(notification); }