view test/editortest/LogTarget.java @ 416:b7f42fc75a36

(no commit message)
author one
date Wed, 31 Dec 2008 14:47:39 +0900
parents 784a4d67e6a5
children 7ff127c8ad64
line wrap: on
line source

package test.editortest;

public interface LogTarget {

	void printLog(String msg);

}