view test/editortest/LogTarget.java @ 472:2107530c3d72 old-merge-version

minor fix
author one
date Tue, 12 Oct 2010 16:17:42 +0900
parents 7ff127c8ad64
children
line wrap: on
line source

package test.editortest;

public interface LogTarget {

	public void printLog(String msg);

}