org.oddjob.monitor.model
Class FileHistory

java.lang.Object
  extended by org.oddjob.monitor.model.FileHistory
All Implemented Interfaces:
Serializable

public class FileHistory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FileHistory()
           
 
Method Summary
 void addChangeAction(Runnable action)
           
 void addHistory(File file)
           
 File get(int i)
           
 int getListSize()
           
 void removeChangeAction(Runnable action)
           
 void setListSize(int listSize)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHistory

public FileHistory()
Method Detail

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)