package tr.com.stackdeveloper.task; public interface ServiceResultCallback<T> { void onServiceResult(T result); }