mds.TransferEventListener Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mdsplus-api Show documentation
Show all versions of mdsplus-api Show documentation
MDSplus interface (via lib or mdsip).
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);
}