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

edu.cmu.sei.ams.cloudlet.IDeviceMessageHandler Maven / Gradle / Ivy

package edu.cmu.sei.ams.cloudlet;

import java.util.HashMap;

/**
 * Created by Sebastian on 2016-04-04.
 */
public interface IDeviceMessageHandler {

    void handleData(HashMap data, ICurrentCloudlerHolder currentCloudlerHolder) throws MessageException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy