view test/editortest/REPTextListener.java @ 417:267f9748e826

(no commit message)
author one
date Wed, 31 Dec 2008 14:52:45 +0900
parents
children
line wrap: on
line source

package test.editortest;

public interface REPTextListener {
	
	public void textInserted(REPTextEvent event);
	
	public void textDeleted(REPTextEvent event);
	
}