Uses of Interface
org.gridlab.gat.io.PipeListener

Packages that use PipeListener
org.gridlab.gat.io This package contains classes and interfaces which are used to provide input and output. 
 

Uses of PipeListener in org.gridlab.gat.io
 

Methods in org.gridlab.gat.io with parameters of type PipeListener
 void Endpoint.listen(PipeListener pipeListener)
          Listen for a new connection to the Endpoint.
 void Endpoint.listen(PipeListener pipeListener, int timeout)
          Listen for a new connection to the Endpoint.