org.metastatic.rsync
Interface MatcherListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Sender

public interface MatcherListener
extends EventListener

Standard interface for the hashtable matcher callback, called by MatcherStream when new deltas are ready.


Method Summary
 void update(MatcherEvent event)
          Update with a single, new delta.
 

Method Detail

update

public void update(MatcherEvent event)
            throws ListenerException
Update with a single, new delta.

Parameters:
event - The next delta event.
ListenerException