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

org.bidib.wizard.gateway.service.ConnectionSupport Maven / Gradle / Ivy

There is a newer version: 2.0.25
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy