org.metastatic.rsync
Interface RebuilderListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Receiver

public interface RebuilderListener
extends EventListener

A listener for RebuilderEvents. Rebuilder events contain two values: an offset into the rebuilt file and a block of bytes to be written there.


Method Summary
 void update(RebuilderEvent event)
          Upate this listener with an event.
 

Method Detail

update

public void update(RebuilderEvent event)
            throws ListenerException
Upate this listener with an event.

Parameters:
event - The event.
ListenerException