net.aerith.misao.util
Interface Monitor

All Known Implementing Classes:
MonitorArea, MonitorFrame, MonitorSet, PrintStreamMonitor

public interface Monitor

The Monitor is an interface with a function to show messages continuously given to this object.


Method Summary
 void addMessage(java.lang.String string)
          Shows the specified message.
 void addMessages(java.lang.String[] strings)
          Shows the specified messages.
 void addSeparator()
          Shows a separator.
 

Method Detail

addMessage

public void addMessage(java.lang.String string)
Shows the specified message.
Parameters:
string - a one line message to show.

addMessages

public void addMessages(java.lang.String[] strings)
Shows the specified messages.
Parameters:
strings - a set of messages to show.

addSeparator

public void addSeparator()
Shows a separator.