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