public interface MessageAvailableListener
| Modifier and Type | Method and Description |
|---|---|
boolean |
notifyMessageAvailable()
Notifies a listener that a message is available from the queue.
|
boolean notifyMessageAvailable()
notifyMessageAvailable
implementation must spawn or wake a thread to handle the actual
message.