Package pulse.tasks.listeners
Interface LogEntryListener
-
- All Superinterfaces:
Serializable
public interface LogEntryListener extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLogFinished(Log log)
void
onNewEntry(LogEntry e)
-