org.shlublu.javax.util
Interface History
- All Known Implementing Classes:
- ConsoleHistory
- public interface History
Creation : 28/12/2001
History browser
- Since:
- 0.3
Method Summary |
void |
newEntry(java.lang.String strEntry)
Add an new entry |
java.lang.String |
next()
Get the next entry |
java.lang.String |
prec()
Get the precedent entry |
newEntry
public void newEntry(java.lang.String strEntry)
- Add an new entry
- Parameters:
String
- strEntry the entry
next
public java.lang.String next()
- Get the next entry
prec
public java.lang.String prec()
- Get the precedent entry