Class | Description |
---|---|
SwingDefaultResultListener<E> |
Result listener that redirects callbacks on the swing thread.
|
SwingDelegationResultListener<E> |
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
|
SwingExceptionDelegationResultListener<E,T> |
Delegation result listener that calls customResultAvailable and
customExceptionOccurred on swing thread.
|
SwingIntermediateDefaultResultListener<E> |
Default implementation of intermediate result listener
with methods called on swing thread.
|
SwingIntermediateDelegationResultListener<E> |
Exception delegation listener for intermediate results called back on swing thread.
|
SwingIntermediateExceptionDelegationResultListener<E,T> |
Exception delegation listener for intermediate results called back on swing thread.
|
SwingIntermediateResultListener<E> | |
SwingResultListener<E> |
Listener that allows to automatically trigger a timeout when
no result (or exception) was received after some timeout interval.
|
Copyright © 2012. All Rights Reserved.