Interface SyncChangeListener


public interface SyncChangeListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInsert(long parentRow, LongIterable addedIssues)
     
    void
    onMove(long parentRow, long issueId)
     
  • Method Details

    • onInsert

      void onInsert(long parentRow, LongIterable addedIssues)
    • onMove

      void onMove(long parentRow, long issueId)