com.jamonapi.utils.ToArray Maven / Gradle / Ivy
package com.jamonapi.utils;
/** Interface used to return info from a monitor. Primarily will be used in the JAMonBufferListener
* class.
*
*/
public interface ToArray {
public Object[] toArray();
}