Exemplo n.º 1
0
 @UiThread
 void onError(String message) {
   if (listUpdateListener != null) {
     listUpdateListener.OnError(context, message);
   }
 }