Package systextil.msg

Interface Interactive

All Superinterfaces:
Confirm
All Known Subinterfaces:
TagInteractive

public interface Interactive extends Confirm
Apresenta ao usuário mensagens traduzíveis que requerem sua intervenção imediata.
Author:
sergio
  • Field Summary

    Fields inherited from interface systextil.msg.Confirm

    NO, YES
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    Faz a pergunta e obtém a resposta.
  • Method Details

    • alert

      void alert(Translatable msg)
    • prompt

      boolean prompt(Translatable msg)
      Description copied from interface: Confirm
      Faz a pergunta e obtém a resposta.
      Specified by:
      prompt in interface Confirm
      Parameters:
      msg - a mensagem da pergunta
      Returns:
      se o usuário confirmou