public class ExceptionObservers extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ExceptionListener> |
exceptionListeners
The exception listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExceptionListener(ExceptionListener listener)
Adds the exception listener.
|
static ExceptionObservers |
getInstance()
Gets the single instance of ExceptionObservers.
|
void |
removeExceptionListener(ExceptionListener listener)
Removes the exception listener.
|
protected List<ExceptionListener> exceptionListeners
public static ExceptionObservers getInstance()
public void addExceptionListener(ExceptionListener listener)
listener - the listenerpublic void removeExceptionListener(ExceptionListener listener)
listener - the listenerCopyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.