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

com.quotemedia.streamer.client.OnMessage Maven / Gradle / Ivy

package com.quotemedia.streamer.client;

/**
 * Message callback function interface.
 */
public interface OnMessage {
    /**
     * Called when the resource this callback is used with receives a message.
     *
     * @param m the received message
     */
    void message(final M m);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy