public abstract class LogStoreListener extends java.lang.Object implements LogStore
LogStoreListener
class is designed as a base class for classes that listen
to events posted to the log. Such classes are needed for unit testing when the test bench
checks whether the translator works correctly by monitoring errors it raises.Constructor and Description |
---|
LogStoreListener(LogStore log) |
Modifier and Type | Method and Description |
---|---|
void |
append(LogEntry entry)
Appends a record to the log store.
|
protected abstract void |
processLogEntry(LogEntry entry) |