Package im.getsocial.sdk
Interface Callback<T>
-
public interface Callback<T>
Generic callback for async operations with result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onSuccess(T result)
-
-
-
Method Detail
-
onSuccess
void onSuccess(T result)
-
-