Uses of Interface
org.apache.pivot.web.QueryListener

Packages that use QueryListener
org.apache.pivot.web Provides classes for communicating with HTTP-based web services. 
 

Uses of QueryListener in org.apache.pivot.web
 

Classes in org.apache.pivot.web that implement QueryListener
static class QueryListener.Adapter<V>
          Query listener adapter.
 

Methods in org.apache.pivot.web that return types with arguments of type QueryListener
 ListenerList<QueryListener<V>> Query.getQueryListeners()
          Returns the query listener list.