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

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

There is a newer version: 1.0.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy