public static interface MessageDispatcher.PendingMessageCallback
PendingMessageCallback is used by the scanQueue method
of the MessageDispatcher to report its pending messages individually.| Modifier and Type | Method and Description |
|---|---|
void |
report(float delay,
Telegraph sender,
Telegraph receiver,
int message,
Object extraInfo,
int returnReceiptStatus)
Reports a pending message.
|
void report(float delay,
Telegraph sender,
Telegraph receiver,
int message,
Object extraInfo,
int returnReceiptStatus)
delay - The remaining delay in secondssender - The message senderreceiver - The message receivermessage - The message codeextraInfo - Any additional information that may accompany the messagereturnReceiptStatus - The return receipt status of the messageCopyright © 2017. All rights reserved.