Interface ISvnObjectReceiver<T>

    • Method Detail

      • receive

        void receive​(SvnTarget target,
                     T object)
              throws SVNException
        Receives object with is target.
        Parameters:
        target - target of the object
        object - object
        Throws:
        SVNException