| Package | Description |
|---|---|
| de.alpharogroup.design.pattern.observer.exception |
Provides helper classes for Exception Objects.
|
| de.alpharogroup.design.pattern.observer.exception.handlers |
| Modifier and Type | Field and Description |
|---|---|
protected List<ExceptionListener> |
ExceptionObservers.exceptionListeners
The exception listeners.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionObservers.addExceptionListener(ExceptionListener listener)
Adds the exception listener.
|
void |
ExceptionObservers.removeExceptionListener(ExceptionListener listener)
Removes the exception listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExceptionHandler.updateEvent(ExceptionListener listener,
ExceptionEvent event)
This method updates the listener for this event.
|
abstract void |
AbstractExceptionHandler.updateEvent(ExceptionListener listener,
ExceptionEvent event)
This method updates the listener for this event.
|
Copyright © 2015–2016 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.