Package | Description |
---|---|
esmska.data |
Modifier and Type | Method and Description |
---|---|
Log.Record |
Log.getLastRecord()
Get lastly added record
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Log.Record> |
Log.getRecords()
get all records in unmodifiable list
|
Modifier and Type | Method and Description |
---|---|
void |
Log.addRecord(Log.Record record)
add new record
|
void |
Log.removeRecord(Log.Record record)
remove existing record
|