Name

OutputPipeEvent

Synopsis

When an output pipe is connected to an input pipe, the path between the pipes must be resolved. The resolution of a pipe path is represented by the OutputPipeEvent class; instances of this class are sent to OutputPipeListener objects whenever the pipe service resolves a new output pipe.

public class OutputPipeEvent extends java.util.EventObject {
// Public Constructors
   public OutputPipeEvent(Object source, OutputPipe outputpipe, String pipeID, int queryID);
// Public Instance Methods
   public OutputPipe getOutputPipe();  
   public String getPipeID();  
   public int getQueryID();  
}

Passed To

OutputPipeListener.outputPipeEvent()

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.