public interface SendableMessageListener
Modifier and Type | Method and Description |
---|---|
void |
deleteOutgoingMessage(int index,
SendableMessage sendableMessage,
boolean isGuiDispatchThread)
Report that a message has been deleted from the outgoing retransmitted
message list.
|
void |
insertOutgoingMessage(int index,
boolean isGuiDispatchThread)
Report that a new message has been added to the outgoing retransmitted
message list.
|
void |
updateOutgoingMessage(int index,
boolean isGuiDispatchThread)
Report that an existing message has been updated in the outgoing retransmitted
message list.
|
void insertOutgoingMessage(int index, boolean isGuiDispatchThread)
index
- position of message in the list.isGuiDispatchThread
- boolean true if caller is the GUI dispatch threadvoid updateOutgoingMessage(int index, boolean isGuiDispatchThread)
index
- position of message in the list.isGuiDispatchThread
- boolean true if caller is the GUI dispatch threadvoid deleteOutgoingMessage(int index, SendableMessage sendableMessage, boolean isGuiDispatchThread)
index
- position of message in the list.sendableMessage
- the SendableMessage that is being cancelledisGuiDispatchThread
- boolean true if caller is the GUI dispatch thread