namespace LJLib.Jdt { public interface IJdt { void AcceptTotal(int total); void Inc(int value); void SetMsg(string value); } }