wt.clients.beans.query
Interface WTQueryListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
AssociationsPanel.AddObjectListener, EffectivityPanel.ConfigItemListener, FindDialog

public interface WTQueryListener
extends EventListener

The listener interface for receiving WTQueryEvents.

Supported API: true

Extendable: false

See Also:
WTQuery, WTQueryEvent

Method Summary
 void queryEvent(WTQueryEvent aEvent)
          Invoked when a button is clicked, a status message is ready or the selection has been changed in the results viewing area.
 

Method Detail

queryEvent

void queryEvent(WTQueryEvent aEvent)
Invoked when a button is clicked, a status message is ready or the selection has been changed in the results viewing area.

Supported API: true