fipaos.util
Interface MonitorListener

All Known Implementing Classes:
ACCRouterService, MultiThreadedMonitor

public interface MonitorListener

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


Method Summary
 voidmonitorUpdate(Object o)
          Invoked by a Monitor when a new Object is passed to it.

Method Detail

monitorUpdate

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