Interface Downloads

All Superinterfaces:
ProfileService

public interface Downloads extends ProfileService
A service that allows working with the downloads.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns an immutable list of all downloads including already completed downloads during this application session and the active downloads.

    Methods inherited from interface com.teamdev.jxbrowser.profile.ProfileService

    profile
  • Method Details

    • list

      List<Download> list()
      Returns an immutable list of all downloads including already completed downloads during this application session and the active downloads.
      Throws:
      ObjectClosedException - when the profile is deleted or its engine is closed