Package org.pentaho.di.core.gui
Class RuntimeThreadDialogs
- java.lang.Object
-
- org.pentaho.di.core.gui.RuntimeThreadDialogs
-
- All Implemented Interfaces:
ThreadDialogs
public class RuntimeThreadDialogs extends Object implements ThreadDialogs
-
-
Constructor Summary
Constructors Constructor Description RuntimeThreadDialogs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
threadMessageBox(String message, String text, boolean allowCancel, int type)
-
-
-
Method Detail
-
threadMessageBox
public boolean threadMessageBox(String message, String text, boolean allowCancel, int type)
- Specified by:
threadMessageBox
in interfaceThreadDialogs
-
-