com.microsoft.azure.sdk.iotcentral.device.callbacks.IoTCCallback Maven / Gradle / Ivy
// Copyright (c) Luca Druda. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package com.microsoft.azure.sdk.iotcentral.device.callbacks;
public abstract class IoTCCallback {
public abstract void Exec(Object result);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy