|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xnap.plugin.festival.FestivalMessageQueue
public class FestivalMessageQueue
Constructor Summary | |
---|---|
FestivalMessageQueue()
|
Method Summary | |
---|---|
void |
addMessage(java.lang.String message)
|
void |
clear()
|
java.lang.String |
getMessage()
Returns the next text message which should be sent to the festival process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FestivalMessageQueue()
Method Detail |
---|
public void clear()
public void addMessage(java.lang.String message)
public java.lang.String getMessage() throws java.lang.InterruptedException
java.lang.InterruptedException
- if the thread waiting for the next message
was interrupted
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |