Package org.cef.callback
Interface CefDownloadItemCallback
-
public interface CefDownloadItemCallbackCallback interface used to asynchronously modify download status.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcancel()Call to cancel the download.voidpause()Call to pause the download.voidresume()Call to resume the download.
-