![JAR search and dependency download from the Maven repository](/logo.png)
org.bidib.jbidibc.netbidib.client.pairingstates.NetBidibMessageSender Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbidibc-netbidib Show documentation
Show all versions of jbidibc-netbidib Show documentation
jBiDiB jbidibc NetBiDiB POM
package org.bidib.jbidibc.netbidib.client.pairingstates;
import org.bidib.jbidibc.messages.exception.ProtocolException;
import org.bidib.jbidibc.messages.message.BidibCommand;
public interface NetBidibMessageSender {
/**
* Publish the netBidib message.
*
* @param message
* the message to publish
* @throws ProtocolException
*/
void publishNetBidibMessage(final BidibCommand message) throws ProtocolException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy