|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDrop
public class Drop
This message buffer is responsible for smooth display of logging messages in the GUI
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 |
---|
public Drop()
Method Detail |
---|
public java.lang.String take()
public void put(java.lang.String message)
message
- - the message to be printed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |