Methods in net.jxta.endpoint with parameters of type OutgoingMessageEventListener |
void |
ChannelMessenger.sendMessage(Message msg,
String service,
String serviceParam,
OutgoingMessageEventListener listener)
Sends a message to the destination specified at construction. |
void |
Messenger.sendMessage(Message msg,
String service,
String serviceParam,
OutgoingMessageEventListener listener)
Sends a message to the destination specified at construction. |
void |
AbstractMessenger.sendMessage(Message msg,
String service,
String serviceParam,
OutgoingMessageEventListener listener)
Sends a message to the destination specified at construction. |
boolean |
ListenerAdaptor.watchMessage(OutgoingMessageEventListener listener,
Message message)
Select the given message and invoke the given listener when the message sending is complete. |