JXTA

Uses of Interface
net.jxta.endpoint.OutgoingMessageEventListener

Packages that use OutgoingMessageEventListener
net.jxta.endpoint Provides interfaces and classes used for the addressing, filtering, sending, and receiving of messages within JXTA. 
 

Uses of OutgoingMessageEventListener in net.jxta.endpoint
 

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.
 


JXSE