Uses of Interface
pivot.web.QueryListener

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

Uses of QueryListener in pivot.web
 

Classes in pivot.web that implement QueryListener
static class QueryListener.Adapter<V>
          Adapts the QueryListener interface.
 

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