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

mds.TransferEventListener Maven / Gradle / Ivy

There is a newer version: 7.139.60
Show newest version
package mds;

import java.nio.channels.ReadableByteChannel;
import java.util.EventListener;

public interface TransferEventListener extends EventListener
{
	public void handleTransferEvent(ReadableByteChannel rbc, String msg, int read, int to_read);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy