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

org.bidib.jbidibc.netbidib.client.pairingstates.NetBidibMessageSender Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy