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
-
UIMonitor(IClient)
- Create a new SessionWatcher thread.
-
run()
- Start watching the session.
UIMonitor
public UIMonitor(IClient client)
- Create a new SessionWatcher thread.
- Parameters:
- client - Proxy to the receiving client.
run
public void run()
- Start watching the session.
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index