org.tm4j.tmnav.app .PersistentHistory

Description

An extension of the History class that is able to write its data to and to restore it from a persistency store

Inheritance Hierarchy

Method Summary
void addEntry(java.lang.Object entry)
adds entry to the history in case it is a String.
void addEntry(java.lang.String entry)
Only Strings may be store in the PersistentHistory
void restore()
Restores the history, if possible.
void shutdown()
void store()
Stores the current history for future use.
Stores all entries.