Uses of Class
esmska.data.Log.Record
-
Packages that use Log.Record Package Description esmska.data -
-
Uses of Log.Record in esmska.data
Methods in esmska.data that return Log.Record Modifier and Type Method Description Log.RecordLog. getLastRecord()Get lastly added recordMethods in esmska.data that return types with arguments of type Log.Record Modifier and Type Method Description java.util.List<Log.Record>Log. getRecords()get all records in unmodifiable listMethods in esmska.data with parameters of type Log.Record Modifier and Type Method Description voidLog. addRecord(Log.Record record)add new recordvoidLog. removeRecord(Log.Record record)remove existing record
-