actions.user
Class ReloadContacts

java.lang.Object
  extended by java.util.TimerTask
      extended by actions.user.ReloadContacts
All Implemented Interfaces:
java.lang.Runnable

 class ReloadContacts
extends java.util.TimerTask

will reload the contactList.

Since:
1.5
Version:
%I%, %G%
Author:
Karl Tschetschonig
Matrikelnummer:
0525983
Studienkennzahl:
033 526

Constructor Summary
ReloadContacts(ContactList contactlist)
          constructs the ContactList Reload Task
 
Method Summary
 void run()
          reloads the contactList.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReloadContacts

public ReloadContacts(ContactList contactlist)
constructs the ContactList Reload Task

Parameters:
contactlist - reference to the contactlist, which needs to be refreshed
Method Detail

run

public void run()
reloads the contactList.

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class java.util.TimerTask