org.netbeans.lib.cvsclient.progress.sending.DummyRequestsProgressHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacvs-src Show documentation
Show all versions of javacvs-src Show documentation
A packaging of the IntelliJ Community Edition javacvs-src library.
This is release number 1 of trunk branch 142.
The newest version!
package org.netbeans.lib.cvsclient.progress.sending;
import org.netbeans.lib.cvsclient.request.IRequest;
/**
* @author Thomas Singer
*/
public class DummyRequestsProgressHandler
implements IRequestsProgressHandler {
// Implemented ============================================================
public void requestSent(IRequest request) {
}
}