view test/editortest/LogTarget.java @ 454:234dd2c88f0f

resend after merge fix
author one
date Thu, 23 Sep 2010 23:17:20 +0900
parents 7ff127c8ad64
children
line wrap: on
line source

package test.editortest;

public interface LogTarget {

	public void printLog(String msg);

}