SPT RWT Application API

com.sptci.rwt.webui
Class QueryExecutorListener

java.lang.Object
  extended by com.sptci.echo2.Listener<MainController>
      extended by com.sptci.rwt.webui.ExecutorListener
          extended by com.sptci.rwt.webui.QueryExecutorListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener

public class QueryExecutorListener
extends ExecutorListener

The listener used by MenuComponent to display a new QueryExecutorView component.

© Copyright 2007 Sans Pareil Technologies, Inc.

Version:
$Id: QueryExecutorListener.java 4123 2008-05-25 21:49:01Z rakesh $
Author:
Rakesh Vidyadharan 2007-10-06
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sptci.echo2.Listener
controller, logger
 
Constructor Summary
QueryExecutorListener(MainController controller)
          Create a new instance of the listener using the specified Controller to interact with the application.
 
Method Summary
 void actionPerformed(ActionEvent event)
          The ActionListener implementation.
 
Methods inherited from class com.sptci.rwt.webui.ExecutorListener
checkConnection
 
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
 

Constructor Detail

QueryExecutorListener

public QueryExecutorListener(MainController controller)
Create a new instance of the listener using the specified Controller to interact with the application.

Parameters:
controller - The controller to use.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
The ActionListener implementation. Display a new instance of QueryExecutorView.

Parameters:
event - The action event that was triggered by the user.

SPT RWT Application API