fipaos.util
Interface MonitorListener

All Known Implementing Classes:
ACCRouterService, MultiThreadedMonitor, Monitor.MonitorListenerTest

public interface MonitorListener

This interface should be implemented by classes which listen for updates from a Monitor


Method Summary
 void monitorUpdate(java.lang.Object o)
          Invoked by a Monitor when a new Object is passed to it.
 

Method Detail

monitorUpdate

public void monitorUpdate(java.lang.Object o)
Invoked by a Monitor when a new Object is passed to it.