1 package nl.toolforge.karma.core.vc.threads;
2
3 /***
4 * Placeholder for implementations of RunnerThread to propagate results back to the client.
5 *
6 * @author D.A. Smedes
7 * @version $Id: RunnerResult.java,v 1.1 2004/09/03 12:38:15 asmedes Exp $
8 */
9 public interface RunnerResult {
10 }