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

org.smarthomej.binding.amazonechocontrol.internal.IWebSocketCommandHandler Maven / Gradle / Ivy

There is a newer version: 4.2.0
Show newest version
/**
 * Copyright (c) 2010-2021 Contributors to the openHAB project
 * Copyright (c) 2021 Contributors to the SmartHome/J project
 *
 * See the NOTICE file(s) distributed with this work for additional
 * information.
 *
 * This program and the accompanying materials are made available under the
 * terms of the Eclipse Public License 2.0 which is available at
 * http://www.eclipse.org/legal/epl-2.0
 *
 * SPDX-License-Identifier: EPL-2.0
 */
package org.smarthomej.binding.amazonechocontrol.internal;

import org.eclipse.jdt.annotation.NonNullByDefault;
import org.smarthomej.binding.amazonechocontrol.internal.jsons.JsonPushCommand;

/**
 * The {@link IWebSocketCommandHandler} is used for the web socket handler implementation
 *
 * @author Michael Geramb - Initial contribution
 */
@NonNullByDefault
public interface IWebSocketCommandHandler {

    public void webSocketCommandReceived(JsonPushCommand pushCommand);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy