Interface ResourceCollectControl.Depictor<C extends ResourceCollectControl>

    • Method Detail

      • receive

        void receive​(java.net.URI destinationURI,
                     Bookmark destinationBookmark)
        Requests that resource collection start.
        Parameters:
        destinationURI - The URI representing the destination of the collected resources, relative to the application.
        destinationBookmark - The bookmark to be used in receiving the resources at the destination path, or null if no bookmark should be used.
        Throws:
        java.lang.NullPointerException - if the given destination URI is null.
      • cancel

        void cancel()
        Requests that resource collection be canceled.