edu.berkeley.psi.seda.api
Interface SinkPlugIF

All Known Subinterfaces:
DriverFilterIF, DriverPlugIF

public interface SinkPlugIF

An interface for objects with variable connections that can plug into and unplug from a SinkIF on demand.


Method Summary
 void plugIntoSink(SinkIF sink)
          Connect to a SinkIF -- future (downstream) output will be sent there
 void unplugFromSink(SinkIF sink)
          Disconnect from a SinkIF -- no further output will be sent there
 

Method Detail

plugIntoSink

void plugIntoSink(SinkIF sink)
Connect to a SinkIF -- future (downstream) output will be sent there


unplugFromSink

void unplugFromSink(SinkIF sink)
Disconnect from a SinkIF -- no further output will be sent there