string name: "response" better than "result"
This commit is contained in:
parent
5f615d7445
commit
d83312bc4d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
package com.example.hochi.nextcompanion;
|
package com.example.hochi.nextcompanion;
|
||||||
|
|
||||||
interface AsyncTaskCallbacks<T> {
|
interface AsyncTaskCallbacks<T> {
|
||||||
void onTaskComplete(T result);
|
void onTaskComplete(T response);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue