org.bidib.wizard.gateway.service.ConnectionSupport Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bidibwizard-gateway Show documentation
Show all versions of bidibwizard-gateway Show documentation
jBiDiB BiDiB Wizard Gateway POM
package org.bidib.wizard.gateway.service;
import org.bidib.jbidibc.messages.helpers.Context;
public interface ConnectionSupport {
void connectBackend(final Context context);
void disconnectBackend(final Context context);
}