Interface TagInteractive

All Superinterfaces:
Confirm, Interactive

public interface TagInteractive extends Interactive
  • Field Summary

    Fields inherited from interface systextil.msg.Confirm

    NO, YES
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    alert(Tag tag)
     
    void
    alert(TagException tagException)
     
    boolean
    prompt(Tag tag)
     

    Methods inherited from interface systextil.msg.Interactive

    alert, prompt
  • Method Details

    • alert

      void alert(Tag tag)
    • alert

      void alert(TagException tagException)
    • prompt

      boolean prompt(Tag tag)