Interface EndPointListener

All Known Implementing Classes:
EndPointLogger

public interface EndPointListener
This interface defines listener methods for monitoring changes in the SyncEndPoint
Author:
Daniel Bernstein
  • Method Details

    • contentBackedUp

      void contentBackedUp(String storeId, String spaceId, String contentId, String backupContentId, String localFilePath)
      Parameters:
      storeId -
      spaceId -
      contentId -
      backupContentId -
      localFilePath -
    • contentAdded

      void contentAdded(String storeId, String spaceId, String contentId, String localFilePath)
      Parameters:
      storeId -
      spaceId -
      contentId -
      localFilePath -
    • contentUpdated

      void contentUpdated(String storeId, String spaceId, String contentId, String localFilePath)
      Parameters:
      storeId -
      spaceId -
      contentId -
      localFilePath -
    • contentDeleted

      void contentDeleted(String storeId, String spaceId, String contentId)
      Parameters:
      storeId -
      spaceId -
      contentId -
    • contentUpdateIgnored

      void contentUpdateIgnored(String storeId, String spaceId, String contentId, String absPath)
      Parameters:
      storeId -
      spaceId -
      contentId -
      absPath -