view test/com/tmate/hgkit/OutputParser.java @ 65:e21df6259f83

Log commandline sample updated to use LogCommand
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Fri, 21 Jan 2011 06:17:56 +0100
parents fac8e7fcc8b0
children
line wrap: on
line source
/*
 * Copyright (c) 2011 Artem Tikhomirov 
 */
package com.tmate.hgkit;

/**
 *
 * @author artem
 */
public interface OutputParser {

	public void parse(CharSequence seq);
}