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

Constructor Index

 o StuMan.UpdateThread(StudyMan, jDVInterface, Statusline)

Method Index

 o run()
The Thread-Method for checking for new instances in the database

Constructors

 o UpdateThread
public UpdateThread(StudyMan sm,
                    jDVInterface dvi,
                    Statusline sl)

Methods

 o 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