|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JAMonListener
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.
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the name of this listener |
void |
processEvent(Monitor mon)
Called and the current monitor is past in. |
void |
setName(java.lang.String name)
Set the name of the listener |
Method Detail |
---|
java.lang.String getName()
void setName(java.lang.String name)
void processEvent(Monitor mon)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |