public interface IFunctionalResultListener<E>
| Modifier and Type | Method and Description |
|---|---|
void |
resultAvailable(E result)
Called when the result is available.
|
void resultAvailable(E result)
result - The result.Copyright © 2015. All Rights Reserved.