public class DistributedServiceRegistry.InvalidateServiceListener<T> extends java.lang.Object implements IResultListener<T>
Constructor and Description |
---|
InvalidateServiceListener() |
Modifier and Type | Method and Description |
---|---|
void |
exceptionOccurred(java.lang.Exception exception)
Called when an exception occurred.
|
void |
resultAvailable(T result)
Called when the result is available.
|
public void exceptionOccurred(java.lang.Exception exception)
IFunctionalExceptionListener
exceptionOccurred
in interface IFunctionalExceptionListener
exception
- The exception.public void resultAvailable(T result)
IFunctionalResultListener
resultAvailable
in interface IFunctionalResultListener<T>
result
- The result.