Exemplo n.º 1
0
 private void rerunHistoryLoader() {
   HistoryLoader historyLoaderTwo = new HistoryLoader();
   historyLoaderTwo.execute();
 }
Exemplo n.º 2
0
 public void initHistoryLoader() {
   HistoryLoader historyLoader = new HistoryLoader();
   historyLoader.execute();
 }