public abstract class AbstractMergeWatcher extends Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
watchFile |
Constructor and Description |
---|
AbstractMergeWatcher(Path path,
long delay,
TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected void |
fireChange(long marker) |
protected abstract void |
processFireChange() |
protected void |
scanner() |
public AbstractMergeWatcher(Path path, long delay, TimeUnit timeUnit) throws IOException
IOException
public void close() throws IOException
IOException
protected void scanner()
protected void fireChange(long marker)
protected abstract void processFireChange()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.