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

org.bidib.jbidibc.gateway.GatewayMessagePeer Maven / Gradle / Ivy

package org.bidib.jbidibc.gateway;

import org.bidib.jbidibc.core.message.BidibCommand;

public interface GatewayMessagePeer {

    /**
     * @param bidibCommand
     *            the command to forward
     */
    void forwardMessage(final BidibCommand bidibCommand);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy