Package | Description |
---|---|
esmska.data | |
esmska.gui | |
esmska.persistence |
Modifier and Type | Method and Description |
---|---|
History.Record |
History.findLastRecord(java.lang.String gatewayName)
Find last (as in time) record sent to specified gateway.
|
History.Record |
History.getRecord(int index)
get record at index
|
Modifier and Type | Method and Description |
---|---|
java.util.List<History.Record> |
History.getRecords()
get all records in unmodifiable list
|
Modifier and Type | Method and Description |
---|---|
void |
History.addRecord(History.Record record)
add new record
|
void |
History.removeRecord(History.Record record)
remove existing record
|
Modifier and Type | Method and Description |
---|---|
void |
History.addRecords(java.util.Collection<History.Record> records)
add new records
|
void |
History.removeRecords(java.util.Collection<History.Record> records)
remove existing records
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryFrame.addValuedListener(ValuedListener<HistoryFrame.Events,History.Record> valuedListener) |
void |
HistoryFrame.removeValuedListener(ValuedListener<HistoryFrame.Events,History.Record> valuedListener) |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<History.Record> |
ImportManager.importHistory(java.io.File file)
Import sms history from file
|
Modifier and Type | Method and Description |
---|---|
static void |
ExportManager.exportHistory(java.util.Collection<History.Record> history,
java.io.OutputStream out)
Export sms history
|