Interface ThreadDialogs

All Known Implementing Classes:
RuntimeThreadDialogs

public interface ThreadDialogs
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    threadMessageBox(String message, String text, boolean allowCancel, int type)
     
  • Method Details

    • threadMessageBox

      boolean threadMessageBox(String message, String text, boolean allowCancel, int type)