@UiThread void onError(String message) { if (listUpdateListener != null) { listUpdateListener.OnError(context, message); } }
@UiThread void notifyDataSetChanged() { if (listUpdateListener != null) { listUpdateListener.OnListUpdate(); } }