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

com.neuronrobotics.sdk.common.device.server.IBowlerCommandProcessor Maven / Gradle / Ivy

There is a newer version: 3.28.0
Show newest version
package com.neuronrobotics.sdk.common.device.server;

import com.neuronrobotics.sdk.common.BowlerMethod;

// TODO: Auto-generated Javadoc
/**
 * The Interface IBowlerCommandProcessor.
 */
public interface IBowlerCommandProcessor {
	
	/**
	 * Process.
	 *
	 * @param data the data
	 * @return the object[]
	 */
	public Object [] process(Object [] data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy