|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SendableMessageListener
Implementers of this interface will be informed when the outgoing locally originated message queue is updated. Callers are required to accurately inform the called listener whether they are the GUI dispatch thread or not.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |