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:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a button is clicked, a status message is ready or the selection has been changed in the results viewing area.
  • Method Details

    • 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