Package adams.db
Interface LogEntryHandler
-
- All Known Subinterfaces:
MutableLogEntryHandler
- All Known Implementing Classes:
Flow
public interface LogEntryHandler
Interface for classes that store LogEntry records.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
countLogEntries()
Returns the number of stored LogEntry records.List<LogEntry>
getLogEntries()
Returns the stored LogEntry records.
-