package mit.util.event ;

public interface TextRaiser
extends mit.event.Raiser
{
	String getText() ;
	void setText( String text ) ;
}