public abstract class AbstractEventNotifier extends Object implements Notifier
| Constructor and Description |
|---|
AbstractEventNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doNotify(ClientApplicationEvent event) |
void |
notify(ClientApplicationEvent event) |
void |
setEnabled(boolean enabled) |
protected abstract boolean |
shouldNotify(ClientApplicationEvent event) |
public void notify(ClientApplicationEvent event)
protected abstract boolean shouldNotify(ClientApplicationEvent event)
protected abstract void doNotify(ClientApplicationEvent event) throws Exception
Exceptionpublic void setEnabled(boolean enabled)
Copyright © 2016 codecentric AG. All rights reserved.