public interface GenericCallback<T>
Modifier and Type | Method and Description |
---|---|
void |
failure(java.lang.Exception exception) |
void |
success(T value) |
void success(T value)
void failure(java.lang.Exception exception)
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.