Class StuMan.UpdateThread
All Packages Class Hierarchy This Package Previous Next Index
Class StuMan.UpdateThread
Object
|
+----Thread
|
+----StuMan.UpdateThread
- public class UpdateThread
- extends Thread
This Thread class asks the database for new instances. If an instance was received
the tree will be updated.
- Author:
- Andreas Schroeter
- Since:
- 30.04.1999
-
StuMan.UpdateThread(StudyMan, jDVInterface, Statusline)
-
-
run()
- The Thread-Method for checking for new instances in the database
UpdateThread
public UpdateThread(StudyMan sm,
jDVInterface dvi,
Statusline sl)
run
public void run()
- The Thread-Method for checking for new instances in the database
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index