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

io.firebus.interfaces.StreamHandler Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package io.firebus.interfaces;

import io.firebus.Payload;
import io.firebus.StreamEndpoint;

public interface StreamHandler extends BusFunction
{
	public void receiveStreamData(Payload payload, StreamEndpoint streamEndpoint);
	
	public void streamClosed(StreamEndpoint streamEndpoint);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy