de.uds.cs.st.dd.ui
Interface ISimpleViewer

All Known Implementing Classes:
ConsoleViewer, JUnitRunner

public interface ISimpleViewer

This interface allows the sending (and displaying) of messages. Each class that implements ISimpleViewer can be hooked to the DD class and thereby providing another output for it.

Author:
Philipp Bouillon

Method Summary
 void sendMessage(String message)
          Used to send an arbitrary message.
 void sendTextMessage(String message)
          Convenience method to send a text message.
 

Method Detail

sendMessage

public void sendMessage(String message)
Used to send an arbitrary message. Substrings may be interpreted or left alone.

Parameters:
message - the message to be sent. May contain additional information about the message type.

sendTextMessage

public void sendTextMessage(String message)
Convenience method to send a text message.

Parameters:
message - text message to send.