fipaos.util
Class Monitor.MonitorListenerTest

java.lang.Object
  |
  +--fipaos.util.Monitor.MonitorListenerTest
All Implemented Interfaces:
MonitorListener
Enclosing class:
Monitor

protected static class Monitor.MonitorListenerTest
extends java.lang.Object
implements MonitorListener


Constructor Summary
Monitor.MonitorListenerTest(int n)
           
 
Method Summary
 void monitorUpdate(java.lang.Object o)
          Invoked by a Monitor when a new Object is passed to it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Monitor.MonitorListenerTest

public Monitor.MonitorListenerTest(int n)
Method Detail

monitorUpdate

public void monitorUpdate(java.lang.Object o)
Description copied from interface: MonitorListener
Invoked by a Monitor when a new Object is passed to it.
Specified by:
monitorUpdate in interface MonitorListener