view src/com/trilead/ssh2/channel/IChannelWorkerThread.java @ 214:3e68cb17c0b6
socket runs dry sends flag to tnvt to call testChanged()
author |
Carl Byington <carl@five-ten-sg.com> |
date |
Mon, 07 Jul 2014 15:09:22 -0700 (2014-07-07) |
parents |
0ce5cc452d02 |
children |
|
line source
package com.trilead.ssh2.channel;
/**
* IChannelWorkerThread.
*
* @author Christian Plattner, plattner@trilead.com
* @version $Id: IChannelWorkerThread.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $
*/
interface IChannelWorkerThread {
public void stopWorking();
}