Name

PipeMsgEvent

Synopsis

PipeMsgEvent objects perform asynchronous notification when a message is available on an input pipe. When a message is available, the pipe service will notify all registered PipeMsgListener objects by sending them an instance of this class.

public class PipeMsgEvent extends java.util.EventObject {
// Public Constructors
   public PipeMsgEvent(Object source, net.jxta.endpoint.Message message);
// Public Instance Methods
   public net.jxta.endpoint.Message getMessage();  
}

Passed To

PipeMsgListener.pipeMsgEvent()

Get JXTA in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.