public interface
IncrementalChangeHandler
Known Indirect Subclasses |
Interface for handling repository changes.
The main benefit for having the Connector
implement this interface is that it enables
the framework to schedule polling of incremental changes.
Public Method Summary
abstract void |
handleIncrementalChanges()
Handles the
Connector specific implementation of incremental change notifications. |
Public Methods
public abstract void handleIncrementalChanges ()
Handles the Connector
specific implementation of incremental change notifications.
Throws
IOException | if getting changes fails |
---|---|
InterruptedException | if an IO operations throws it |