All Packages Class Hierarchy This Package Previous Next Index
Interface com.sun.jaw.impl.agent.services.monitor.MonitorListener
- public interface MonitorListener
- extends EventListener
Definition of the interface to be implemented by all the objects
interested in receiving events of type MonitorEvent.
-
handleMonitor(MonitorEvent)
- This handle will be called each time a monitor event notification is triggered.
handleMonitor
public abstract void handleMonitor(MonitorEvent e)
- This handle will be called each time a monitor event notification is triggered.
All Packages Class Hierarchy This Package Previous Next Index