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

com.flowthings.client.api.SubscriptionCallback Maven / Gradle / Ivy

There is a newer version: 0.9.3.2
Show newest version
package com.flowthings.client.api;

/**
 * Receive push notifications of new Objects as they arrive
 *
 * @author matt
 * @param 
 *          the message type
 */
public interface SubscriptionCallback {
  void onMessage(T t);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy