org.openmobileis.modules.common.history.FODBHistoryManager Class Reference

Inheritance diagram for org.openmobileis.modules.common.history.FODBHistoryManager:

org.openmobileis.modules.common.history.HistoryManager List of all members.

Detailed Description

Description : Create an FODB history manager.

History is a fixed length stack. They are use to remember user action for example a search result. History is identified with a name and a size. The name identify the history. The maxsize : size of the history. Old entry are removed if size exceed maxside

TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Definition at line 59 of file FODBHistoryManager.java.

Public Member Functions

 FODBHistoryManager (String name, int maxsize)
void addUID (String uid)
void removeUID (String uid)
Array getAll ()
String getHistoryName ()


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:40 2006 for OpenMobileIS by  doxygen 1.5.1-p1