public interface MessageInfoHandler
MessageInfo.| Modifier and Type | Method and Description |
|---|---|
void |
onMessageInfo(MessageInfo messageInfo)
Called to deliver a
MessageInfo to the handler. |
void onMessageInfo(MessageInfo messageInfo) throws java.lang.InterruptedException
MessageInfo to the handler.messageInfo - the received MessageInfojava.lang.InterruptedException - if the thread for this handler is interrupted