Interface MessageListener


public interface MessageListener
Represents listener which gets messsages for theirs displaying on the GUI components (e.g. status bar).
Version:
$Revision: 1.4 $
  • Method Summary

    Modifier and Type Method Description
    void showMesssage​(String message, MessageType type)
    Method showMesssage displays a message on GUI components according to the specified type.
  • Method Details

    • showMesssage

      void showMesssage​(String message, MessageType type)
      Method showMesssage displays a message on GUI components according to the specified type.
      Parameters:
      message - a message string to be displayed
      type - a type of the message (e.g. ERROR)