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

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

The newest version!
package com.dragome.forms.bindings.client.channel;

/**
 * Represents a Channel destination.
 * @see Channel#sendTo(Destination)
 */
public interface Destination
{
	public void receive(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy