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