All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jamonapi.utils.ToArray Maven / Gradle / Ivy

There is a newer version: 2.82
Show newest version
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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy