package devices.LCDDotMatrix; public interface LCDStringEvent { void UpdateLCD(int row, String msg, int menutag); }