|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jamonapi.JAMonBufferListener
com.jamonapi.JAMonArrayBufferListener
public class JAMonArrayBufferListener
Listener that stores monitor information in a buffer (List)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.jamonapi.JAMonBufferListener |
---|
JAMonBufferListener.HeaderInfo |
Constructor Summary | |
---|---|
JAMonArrayBufferListener()
Constructor that creates this object with its default name (the class name) |
|
JAMonArrayBufferListener(java.lang.String name)
Pass in the jamonListener name |
|
JAMonArrayBufferListener(java.lang.String name,
BufferList list)
Name the listener and pass in the jamon BufferList to use |
Method Summary | |
---|---|
JAMonListener |
copy()
Makes a usable copy of this BufferListener |
void |
processEvent(Monitor mon)
When this event is fired the monitor will be added to the rolling buffer. |
Methods inherited from class com.jamonapi.JAMonBufferListener |
---|
addRow, addRow, getBufferList, getDefaultHeaderInfo, getDetailData, getHeaderInfo, getName, getRowCount, hasData, isEmpty, setName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAMonArrayBufferListener()
public JAMonArrayBufferListener(java.lang.String name)
public JAMonArrayBufferListener(java.lang.String name, BufferList list)
Method Detail |
---|
public void processEvent(Monitor mon)
processEvent
in interface JAMonListener
processEvent
in class JAMonBufferListener
public JAMonListener copy()
copy
in interface CopyJAMonListener
copy
in class JAMonBufferListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |