All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.netbeans.lib.cvsclient.progress.sending.DummyRequestsProgressHandler Maven / Gradle / Ivy

Go to download

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) {
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy