package mit.roles.event ;

public interface FunctionDescriptionRaiser
extends mit.util.event.TextRaiser
{
	String getFunctionDescription() ;
	void setFunctionDescription( String functionDescription ) ;
}