com.valhalla.jbother
Class VersionCollectorThread

java.lang.Object
  extended bycom.valhalla.jbother.VersionCollectorThread
All Implemented Interfaces:
java.lang.Runnable

public class VersionCollectorThread
extends java.lang.Object
implements java.lang.Runnable

Collects version info about Jabber users as they sign in. Runs in the background and collects

jabber:iq:version
about users as they sign in

Version:
1.0
Author:
Adam Olsen

Constructor Summary
VersionCollectorThread()
           
 
Method Summary
 void add(BuddyStatus buddy)
          Adds a buddy to the queue
 void run()
          To be called when the thread starts
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionCollectorThread

public VersionCollectorThread()
Method Detail

add

public void add(BuddyStatus buddy)
Adds a buddy to the queue

Parameters:
buddy - the buddy to add to the queue

run

public void run()
To be called when the thread starts

Specified by:
run in interface java.lang.Runnable