Class CacheFlushedAlert

java.lang.Object
com.frostwire.jlibtorrent.alerts.AbstractAlert<com.frostwire.jlibtorrent.swig.cache_flushed_alert>
com.frostwire.jlibtorrent.alerts.TorrentAlert<com.frostwire.jlibtorrent.swig.cache_flushed_alert>
com.frostwire.jlibtorrent.alerts.CacheFlushedAlert
All Implemented Interfaces:
Alert<com.frostwire.jlibtorrent.swig.cache_flushed_alert>

public final class CacheFlushedAlert extends TorrentAlert<com.frostwire.jlibtorrent.swig.cache_flushed_alert>
This alert is posted when the disk cache has been flushed for a specific torrent as a result of a call to torrent_handle::flush_cache(). This alert belongs to the ``storage_notification`` category, which must be enabled to let this alert through. The alert is also posted when removing a torrent from the session, once the outstanding cache flush is complete and the torrent does no longer have any files open.