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

com.dragome.forms.bindings.client.channel.Publisher Maven / Gradle / Ivy

There is a newer version: 0.96-beta4
Show newest version
package com.dragome.forms.bindings.client.channel;

/**
 * Interface for publishing values to a Channel.
 */
public interface Publisher
{
	void publish(T value);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy