Interface DownloadAttributeListener

    • Method Detail

      • attributeEventOccurred

        void attributeEventOccurred​(Download download,
                                    TorrentAttribute attribute,
                                    int event_type)
        This method will be called when an attribute event occurs.
        Parameters:
        download - The download object involved.
        attribute - The attribute involved.
        event_type - Either WRITTEN or WILL_BE_READ.