예제 #1
0
 @Override
 protected void onCancelled(String result) {
   notifier.OnComplete(null);
 }
예제 #2
0
 @Override
 protected void onCancelled() {
   notifier.OnComplete(null);
 }
예제 #3
0
 @Override
 protected void onPostExecute(String result) {
   notifier.OnComplete(result);
 }