public class ComponentResultListener<E> extends Object implements IResultListener<E>, IFutureCommandListener, IUndoneResultListener<E>
| Constructor and Description |
|---|
ComponentResultListener(IFunctionalResultListener<E> listener,
IFunctionalExceptionListener exceptionListener,
IComponentAdapter adapter)
Create a new component result listener.
|
ComponentResultListener(IFunctionalResultListener<E> listener,
IFunctionalExceptionListener exceptionListener,
IExternalAccess access)
Create a new component result listener.
|
ComponentResultListener(IResultListener<E> listener,
IComponentAdapter adapter)
Create a new component result listener.
|
ComponentResultListener(IResultListener<E> listener,
IExternalAccess access)
Create a new component result listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commandAvailable(Object command)
Called when a command is available.
|
void |
exceptionOccurred(Exception exception)
Called when an exception occurred.
|
void |
exceptionOccurredIfUndone(Exception exception)
Called when an exception occurred.
|
void |
resultAvailable(E result)
Called when the result is available.
|
void |
resultAvailableIfUndone(E result)
Called when the result is available.
|
public ComponentResultListener(IResultListener<E> listener, IComponentAdapter adapter)
listener - The listener.adapter - The adapter.public ComponentResultListener(IResultListener<E> listener, IExternalAccess access)
listener - The listener.adapter - The adapter.public ComponentResultListener(IFunctionalResultListener<E> listener, IFunctionalExceptionListener exceptionListener, IExternalAccess access)
listener - The functional listener.exceptionListener - The functional exception listener. Maybe
null, which will lead to default exception logging.access - External access of the component to schedule the listener
methods on.public ComponentResultListener(IFunctionalResultListener<E> listener, IFunctionalExceptionListener exceptionListener, IComponentAdapter adapter)
listener - The functional listener.exceptionListener - The functional exception listener. Maybe
null, which will lead to default exception logging.adapter - The adapter. to schedule the listener methods on.public void resultAvailable(E result)
resultAvailable in interface IFunctionalResultListener<E>result - The result.public void exceptionOccurred(Exception exception)
exceptionOccurred in interface IFunctionalExceptionListenerexception - The exception.public void resultAvailableIfUndone(E result)
resultAvailableIfUndone in interface IUndoneResultListener<E>result - The result.public void exceptionOccurredIfUndone(Exception exception)
exceptionOccurredIfUndone in interface IUndoneResultListener<E>exception - The exception.public void commandAvailable(Object command)
commandAvailable in interface IFutureCommandListenerCopyright © 2015. All Rights Reserved.