Package net.sf.okapi.common
Interface IWaitDialog
-
public interface IWaitDialogProvides a generic way to open a dialog box and wait for a simple input from the user.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intwaitForUserInput(String message, String okLabel)Opens a dialog or prompt and waits for the user input.
-