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)
IFunctionalExceptionListenerexceptionOccurred in interface IFunctionalExceptionListenerexception - The exception.public void resultAvailable(T result)
IFunctionalResultListenerresultAvailable in interface IFunctionalResultListener<T>result - The result.