static TailFile tailFile2(File file, int interval, IVF1 onData) { TailFile tf = new TailFile(file, interval, onData); tf.start(); ret tf; }