public interface LogRecordListener
notifyNewLogRecord(LogRecord r)setNewData(Collection r)LogRecordSource| Modifier and Type | Method and Description |
|---|---|
void |
notifyNewLogRecord(LogRecord r)
New log record has arrived.
|
void |
setNewData(Collection<LogRecord> r)
Source has completely changed.
|
void notifyNewLogRecord(LogRecord r)
r - new record.void setNewData(Collection<LogRecord> r)
r - Collection of new records.Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.