public interface IConfirmationService
| Modifier and Type | Interface and Description |
|---|---|
static class |
IConfirmationService.ConfirmationException |
| Modifier and Type | Method and Description |
|---|---|
void |
addConfirmationListener(INotifyService.IConfirmationListener listener) |
String |
confirm(String key) |
Notification |
getNotificationByKey(String key) |
void |
removeConfirmationListener(INotifyService.IConfirmationListener listener) |
String confirm(String key) throws IConfirmationService.ConfirmationException
key - confirmation keyIConfirmationService.ConfirmationException - if confirmation exists but wasn't handledNotification getNotificationByKey(String key)
void addConfirmationListener(INotifyService.IConfirmationListener listener)
void removeConfirmationListener(INotifyService.IConfirmationListener listener)
Copyright © 2013 Molindo GmbH. All Rights Reserved.