|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdata.LoadDatabaseThread
class LoadDatabaseThread
Objects of this class are the loaders of the database thread.
Runnable
Field Summary | |
---|---|
private java.io.File |
file
|
private org.dom4j.io.SAXReader |
reader
|
private Worddatabase |
wdb
|
Constructor Summary | |
---|---|
LoadDatabaseThread(java.io.File file,
Worddatabase wdb)
This constructor creates the database loaders. |
Method Summary | |
---|---|
void |
run()
This method is invoked when a new thread is started loads the worddatabase |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.dom4j.io.SAXReader reader
private java.io.File file
private Worddatabase wdb
Constructor Detail |
---|
public LoadDatabaseThread(java.io.File file, Worddatabase wdb)
File
- fileWorddatabase
- wdbMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |