org.bidib.jbidib.netbidibsimple.tools.ActionCallback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbidibc-netbidib-simple Show documentation
Show all versions of jbidibc-netbidib-simple Show documentation
jBiDiB jbidibc NetBidib Simple POM. Use -Dpi4j.dev.transfer=true to transfer the artifact to the raspberry pi.
The newest version!
package org.bidib.jbidib.netbidibsimple.tools;
public interface ActionCallback {
void openServerSocket();
void closeServerSocket();
void connectClient(String address);
void disconnectClient();
}