Interface InteractionDriver

All Known Implementing Classes:
NewSwingInteraction, SwingInteraction, TextInteraction

public interface InteractionDriver
Generic interaction driver (back-end).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Close all I/O channels.
    void
    fill(Form form)
     
    void
    open(Menu menu)
     
    void
    render(String title, String text)
     
  • Method Details

    • open

      void open(Menu menu)
      Parameters:
      menu - menu to open.
    • fill

      void fill(Form form)
      Parameters:
      form - form to be filled.
    • render

      void render(String title, String text)
      Parameters:
      title - message title.
      text - message text.
    • close

      void close()
      Close all I/O channels.