All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.UIMonitor

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----edu.cmu.paid.network.UIMonitor

public class UIMonitor
extends Thread
A thread which watches the current transfer and calls methods in UI giving them the transfer status.

Author:
Will Ross

Constructor Index

 o UIMonitor(IClient)
Create a new SessionWatcher thread.

Method Index

 o run()
Start watching the session.

Constructors

 o UIMonitor
 public UIMonitor(IClient client)
Create a new SessionWatcher thread.

Parameters:
client - Proxy to the receiving client.

Methods

 o run
 public void run()
Start watching the session.

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index