Uses of Interface
javax.xml.xquery.XQConnectionEventListener

Packages that use XQConnectionEventListener
javax.xml.xquery   
 

Uses of XQConnectionEventListener in javax.xml.xquery
 

Methods in javax.xml.xquery with parameters of type XQConnectionEventListener
 void PooledXQConnection.addConnectionEventListener(XQConnectionEventListener listener)
          Registers the given event listener so that it will be notified when an event occurs on this PooledXQConnection object.
 void PooledXQConnection.removeConnectionEventListener(XQConnectionEventListener listener)
          Removes the given event listener from the list of components that will be notified when an event occurs on this PooledXQConnection object.