Timer timer = new Timer();
timer.schedule(new ListenerThread(), 0, Integer.parseInt(timeDistance));
timer.schedule(new FileObjectListenerThread(), 0, Integer.parseInt(timeDistance));
public class ListenerThread extends TimerTask
Timer timer = new Timer();
timer.schedule(new ListenerThread(), 0, Integer.parseInt(timeDistance));
timer.schedule(new FileObjectListenerThread(), 0, Integer.parseInt(timeDistance));
public class ListenerThread extends TimerTask