public abstract class AbstractStatusChangeNotifier extends Object implements Notifier
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
ignoreChanges
List of changes to ignore.
|
| Constructor and Description |
|---|
AbstractStatusChangeNotifier() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doNotify(ClientApplicationStatusChangedEvent event) |
void |
notify(ClientApplicationEvent event) |
void |
setEnabled(boolean enabled) |
void |
setIgnoreChanges(String[] ignoreChanges) |
protected boolean |
shouldNotify(String from,
String to) |
protected String[] ignoreChanges
public void notify(ClientApplicationEvent event)
protected abstract void doNotify(ClientApplicationStatusChangedEvent event) throws Exception
Exceptionpublic void setIgnoreChanges(String[] ignoreChanges)
public void setEnabled(boolean enabled)
Copyright © 2016 codecentric AG. All rights reserved.