org.oddjob.monitor.model
Class FileHistory
java.lang.Object
org.oddjob.monitor.model.FileHistory
- All Implemented Interfaces:
- Serializable
public class FileHistory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileHistory
public FileHistory()
addChangeAction
public void addChangeAction(Runnable action)
removeChangeAction
public void removeChangeAction(Runnable action)
addHistory
public void addHistory(File file)
size
public int size()
get
public File get(int i)
getListSize
public int getListSize()
setListSize
public void setListSize(int listSize)