Package com.attivio.util
Interface Tailer.TailerListener
-
- Enclosing class:
- Tailer
public static interface Tailer.TailerListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
fileNotFound()
void
fileRotated()
void
handle(java.lang.Exception ex)
void
handle(java.lang.String line)
void
nowTailing()
Called when the Tailer has caught up to the end of the file and is now tailing it.
-