Package jadex.bridge.component.streams
Interface IInputConnectionHandler
- 
- All Superinterfaces:
- IAbstractConnectionHandler
 - All Known Implementing Classes:
- InputConnectionHandler,- LocalInputConnectionHandler
 
 public interface IInputConnectionHandler extends IAbstractConnectionHandler 
- 
- 
Method SummaryAll 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.IAbstractConnectionHandlerdoClose, getNonFunctionalProperties, notifyInited, sendInit, setConnection
 
- 
 
-