Class Drop

java.lang.Object
  extended by Drop

public class Drop
extends java.lang.Object

This message buffer is responsible for smooth display of logging messages in the GUI

Version:
0.1, November 2007
Author:
Johannes Dellert

Constructor Summary
Drop()
           
 
Method Summary
 void put(java.lang.String message)
          used by backends to hand on their logging and debugging output
 java.lang.String take()
          during a GUI update, get the new message arriving in the buffer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Drop

public Drop()
Method Detail

take

public java.lang.String take()
during a GUI update, get the new message arriving in the buffer

Returns:
the next message from the buffer

put

public void put(java.lang.String message)
used by backends to hand on their logging and debugging output

Parameters:
message - - the message to be printed