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

fr.braindead.wsmsgbroker.actions.client.ClientAction Maven / Gradle / Ivy

There is a newer version: 1.0.6
Show newest version
package fr.braindead.wsmsgbroker.actions.client;

import com.google.gson.JsonObject;
import fr.braindead.websocket.client.WebSocketClient;
import fr.braindead.wsmsgbroker.WSMsgBrokerClient;

/**
 * Created by leiko on 30/10/14.
 *
 */
public interface ClientAction {

    void execute(WSMsgBrokerClient client, WebSocketClient ws, JsonObject msg);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy