org.metastatic.rsync
Interface GeneratorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Receiver

public interface GeneratorListener
extends EventListener

Standard interface for the checksum generator callback, called by GeneratorStream when new checksum pairs are ready.


Method Summary
 void update(GeneratorEvent event)
          Update with a single, new checksum pair.
 

Method Detail

update

public void update(GeneratorEvent event)
            throws ListenerException
Update with a single, new checksum pair.

Parameters:
event - The event containing the next checksum pair.
ListenerException