public class SimpleValueCallback<T> extends java.lang.Object implements IValueCallback<T>
IValueCallback
but does nothing for all applicable methods.Constructor and Description |
---|
SimpleValueCallback() |
Modifier and Type | Method and Description |
---|---|
void |
onError()
Does nothing.
|
void |
onSuccess(T value)
Does nothing.
|
public void onSuccess(T value)
onSuccess
in interface IValueCallback<T>
public void onError()
onError
in interface IValueCallback<T>