Interface ChangeHandler

All Known Implementing Classes:
SyncManager

public interface ChangeHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Tells the handler that a file has changed
  • Method Details

    • handleChangedFile

      boolean handleChangedFile(ChangedFile changedFile)
      Tells the handler that a file has changed
      Parameters:
      changedFile - a file which has changed