
package nice ;


abstract class DA_LineInfo
{
   public abstract void changeLabel (String newLabel) ;
}
