com.jamonapi
Interface JAMonListener

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
Range
All Known Implementing Classes:
CompositeListener, JAMonArrayBufferListener, JAMonBufferListener, Log4jBufferListener, SharedJAMonBufferListener

public interface JAMonListener
extends java.util.EventListener

Interface that can be implemented if you want to code something to listen for JAMon events such as a new max/min/max active have occured, or even if the monitor has fired. It also implements the java EventListener tag interface.

Author:
steve souza

Method Summary
 java.lang.String getName()
           
 void processEvent(Monitor mon)
           
 void setName(java.lang.String name)
           
 

Method Detail

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

processEvent

void processEvent(Monitor mon)