edu.berkeley.psi.seda.api
Interface SinkReaderIF

All Known Subinterfaces:
DriverFilterIF, DriverPlugIF

public interface SinkReaderIF

An interface for objects that can want a callback to a SinkIF. Most often used for bi-directional data-flow objects DriverPlugIF objects that can plug into a DriverIF object such as aSocket and aDisk. This represents the "upstream" or callback side of a DriverPlugIF, with data flowing out of the DriverIF (e.g. out of a socket) and into the DriverPlugIF.


Method Summary
 SinkIF getReader()
          gets the Reader (callback) side sink for an object
 

Method Detail

getReader

SinkIF getReader()
gets the Reader (callback) side sink for an object