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

jadex.platform.service.message.streams.IInputConnectionHandler Maven / Gradle / Ivy

Go to download

The Jadex platform package contains implementations of platform services as well as the platform component itself.

There is a newer version: 3.0.117
Show newest version
/**
 * 
 */
package jadex.platform.service.message.streams;

/**
 *
 */
public interface IInputConnectionHandler extends IAbstractConnectionHandler
{
	/**
	 *  Called by connection when user read some data
	 *  so that other side can continue to send.
	 */
	public void notifyDataRead();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy