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

xyz.thepathfinder.android.MessageHandler Maven / Gradle / Ivy

The newest version!
package xyz.thepathfinder.android;

/**
 * Routes all web socket messages received to the receiving models.
 *
 * @author David Robinson
 */
interface MessageHandler extends javax.websocket.MessageHandler.Whole {

    /**
     * Returns the number of messages received by the message handler.
     *
     * @return number of messages received by the message handler.
     */
    public int getReceivedMessageCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy