![JAR search and dependency download from the Maven repository](/logo.png)
org.molgenis.r.ROutputHandler Maven / Gradle / Ivy
package org.molgenis.r;
public interface ROutputHandler
{
void outputReceived(String output);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.molgenis.r;
public interface ROutputHandler
{
void outputReceived(String output);
}