Uses of Class
esmska.data.Log.Record

Packages that use Log.Record
esmska.data   
 

Uses of Log.Record in esmska.data
 

Methods in esmska.data that return Log.Record
 Log.Record Log.getLastRecord()
          Get lastly added record
 

Methods in esmska.data that return types with arguments of type Log.Record
 java.util.List<Log.Record> Log.getRecords()
          get all records in unmodifiable list
 

Methods in esmska.data with parameters of type Log.Record
 void Log.addRecord(Log.Record record)
          add new record
 void Log.removeRecord(Log.Record record)
          remove existing record