001package com.ganteater.ae.desktop.ui; 002 003import com.ganteater.ae.desktop.view.ListLogPresenter.LogRecord; 004import com.ganteater.ae.processor.Processor; 005 006public interface MessageDescriptionPanel { 007 008 public void setText(LogRecord text, Processor taskEditor); 009 010}