Package jadex.bridge.component.streams
Interface IInputConnectionHandler
- 
- All Superinterfaces:
 IAbstractConnectionHandler
- All Known Implementing Classes:
 InputConnectionHandler,LocalInputConnectionHandler
public interface IInputConnectionHandler extends IAbstractConnectionHandler
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyDataRead()Called by connection when user read some data so that other side can continue to send.- 
Methods inherited from interface jadex.bridge.component.streams.IAbstractConnectionHandler
doClose, getNonFunctionalProperties, notifyInited, sendInit, setConnection 
 - 
 
 -