net.fortytwo.flow.diff
Interface DiffSource<T>

All Known Implementing Classes:
Diff

public interface DiffSource<T>

A source of two-channel "diff" data

Author:
Joshua Shinavier (http://fortytwo.net)

Method Summary
 void writeTo(DiffSink<T> sink)
          Writes all of the data in this source to the specified diff sink
 

Method Detail

writeTo

void writeTo(DiffSink<T> sink)
             throws RippleException
Writes all of the data in this source to the specified diff sink

Parameters:
sink - the downstream recipient of the diff
Throws:
RippleException - if a data handling error occurs


Copyright © 2007-2014. All Rights Reserved.