com.sptci.rwt.webui
Class SaveQueryListener
java.lang.Object
com.sptci.echo2.Listener<MainController>
com.sptci.rwt.webui.SaveQueryListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
public class SaveQueryListener
- extends com.sptci.echo2.Listener<MainController>
Action listener for saving the query in QueryExecutorView to
the application persistent storage area.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: SaveQueryListener.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-10-05
- See Also:
- Serialized Form
| Fields inherited from class com.sptci.echo2.Listener |
controller, logger |
| Methods inherited from class com.sptci.echo2.Listener |
getApplication, getController |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveQueryListener
public SaveQueryListener(MainController controller)
- Create a new instance of the listener using the specified controller.
- Parameters:
controller - The controller to use to interact with the
application.
actionPerformed
public void actionPerformed(ActionEvent event)
- The action listener implementation. Saves the query to application
persistent storage.
- Parameters:
event - The event that triggers the save process.- See Also:
Queries.add(java.lang.String, com.sptci.rwt.Query),
MainController.resetMenu()