| Constructor and Description |
|---|
FilteringNotifier(Notifier delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
addFilter(NotificationFilter filter) |
Map<String,NotificationFilter> |
getNotificationFilters() |
void |
notify(ClientApplicationEvent event) |
NotificationFilter |
removeFilter(String id) |
void |
setCleanupInterval(long cleanupInterval) |
public FilteringNotifier(Notifier delegate)
public void notify(ClientApplicationEvent event)
public String addFilter(NotificationFilter filter)
public NotificationFilter removeFilter(String id)
public Map<String,NotificationFilter> getNotificationFilters()
public void setCleanupInterval(long cleanupInterval)
Copyright © 2016 codecentric AG. All rights reserved.