/* * codjo.net * * Common Apache License 2.0 */ package net.codjo.dataprocess.gui.util; /** * */ public interface DialogInputControl { boolean proceedControl(String value); String getError(); }