Ontimize 5.2072EN

com.ontimize.gui
Class BasicInteractionManager.AvancedQueryListener

java.lang.Object
  extended bycom.ontimize.gui.BasicInteractionManager.QueryListener
      extended bycom.ontimize.gui.BasicInteractionManager.AvancedQueryListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
BasicInteractionManager

public class BasicInteractionManager.AvancedQueryListener
extends BasicInteractionManager.QueryListener

Class that implements the listener to the standard feature AdvancedQuery. This feature allows to insert complex query conditions when searching.


Constructor Summary
BasicInteractionManager.AvancedQueryListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class com.ontimize.gui.BasicInteractionManager.QueryListener
action
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicInteractionManager.AvancedQueryListener

public BasicInteractionManager.AvancedQueryListener()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener
Overrides:
actionPerformed in class BasicInteractionManager.QueryListener

Ontimize