cz.cuni.mff.mirovsky
Interface ShowMessagesAble

All Known Implementing Classes:
NGClient

public interface ShowMessagesAble

An interface for a class capable of displaying debug and info messages to the users.


Method Summary
 void addInfoNotLocalized(java.lang.String message)
          Adds a non-localized information for a user; the previous info is not deleted before
 void debug(java.lang.String message)
          Shows a debug message
 void inform(java.lang.String message)
          Shows an information for a user
 

Method Detail

debug

void debug(java.lang.String message)
Shows a debug message


inform

void inform(java.lang.String message)
Shows an information for a user


addInfoNotLocalized

void addInfoNotLocalized(java.lang.String message)
Adds a non-localized information for a user; the previous info is not deleted before

Parameters:
message - String to be displayed