package mit.comm.event ;

public interface ResultRaiser
extends mit.event.Raiser
{
	String getResult() ;
	void setResult( String result ) ;
}