Interface IPositionListener

    • Method Detail

      • inserted

        void inserted​(int index,
                      int count)
        insert Notification
        Parameters:
        index - at which insert was performed, list contents and size at this point are already updated
        count - of elements inserted
      • deleted

        void deleted​(int index,
                     int count)
        delete Notification
        Parameters:
        index - at which delete was performed, list contents and size at this point are already updated
        count - of elements deleted