JXTA

Uses of Interface
net.jxta.util.PipeStateListener

Packages that use PipeStateListener
net.jxta.util A collection of utility classes used by the JXTA implementation and/or useful to users of the JXTA API. 
 

Uses of PipeStateListener in net.jxta.util
 

Fields in net.jxta.util declared as PipeStateListener
protected  PipeStateListener JxtaBiDiPipe.stateListener
           
 

Methods in net.jxta.util that return PipeStateListener
 PipeStateListener JxtaBiDiPipe.getPipeStateListener()
          Returns the Pipe state listener for this pipe
 

Methods in net.jxta.util with parameters of type PipeStateListener
 void JxtaBiDiPipe.setPipeStateListener(PipeStateListener stateListener)
          Sets a Pipe state listener, set listener to null to unset the listener
 


JXSE