Name

OutputPipeListener

Synopsis

Objects that implement this interface are registered with the pipe service; they are then notified whenever the pipe service completes resolution of an output pipe.

public interface OutputPipeListener extends java.util.EventListener {
// Public Instance Methods
   public abstract void outputPipeEvent(OutputPipeEvent event); 
}

Passed To

PipeService.{createOutputPipe(), removeOutputPipeListener()}

Returned By

PipeService.removeOutputPipeListener()

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.