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.
-
OpNotifier(OpNotifierIF, int)
- Prepare to send messages to the
specified OpNotifierIF
-
run()
- Begin running the OpNotifier
OpNotifier
public OpNotifier(OpNotifierIF notify,
int sleepIterval)
- Prepare to send messages to the
specified OpNotifierIF
- Parameters:
- notify - The OpNotifierIF to send messages at.
run
public void run()
- Begin running the OpNotifier
- Overrides:
- run in class Thread
All Packages Class Hierarchy This Package Previous Next Index