All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ninja.activeproxy.path.OpNotifier

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----ninja.activeproxy.path.OpNotifier

public class OpNotifier
extends Thread
The OpNotifier class runs a thread which signals clients when operators appear or disappear from the currently running operators.


Constructor Index

 o OpNotifier(OpNotifierIF, int)
Prepare to send messages to the specified OpNotifierIF

Method Index

 o run()
Begin running the OpNotifier

Constructors

 o OpNotifier
 public OpNotifier(OpNotifierIF notify,
                   int sleepIterval)
Prepare to send messages to the specified OpNotifierIF

Parameters:
notify - The OpNotifierIF to send messages at.

Methods

 o run
 public void run()
Begin running the OpNotifier

Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index