com.sun.jaw.impl.agent.services.monitor
Interface MonitorListener


public abstract interface MonitorListener
extends java.util.EventListener

Definition of the interface to be implemented by all the objects interested in receiving events of type MonitorEvent.


Method Summary
 void handleMonitor(MonitorEvent e)
          This handle will be called each time a monitor event notification is triggered.
 

Method Detail

handleMonitor

public void handleMonitor(MonitorEvent e)
This handle will be called each time a monitor event notification is triggered.