com.sptci.rwt.webui
Class ExecutorListener
java.lang.Object
com.sptci.echo2.Listener<MainController>
com.sptci.rwt.webui.ExecutorListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
- Direct Known Subclasses:
- BatchQueryExecutorListener, QueryExecutorListener, SavedQueryExecutorListener
public abstract class ExecutorListener
- extends com.sptci.echo2.Listener<MainController>
An abstract ActionListener used to
listen to events triggered to open ExecutorView components.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: ExecutorListener.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-10-12
- See Also:
- Serialized Form
| Fields inherited from class com.sptci.echo2.Listener |
controller, logger |
|
Constructor Summary |
ExecutorListener(MainController controller)
Create a new instance of the listener using the specified Controller to interact with the application. |
| 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 |
ExecutorListener
public ExecutorListener(MainController controller)
- Create a new instance of the listener using the specified
Controller to interact with the application.
- Parameters:
controller - The controller to use.
checkConnection
protected boolean checkConnection()
- Display an error messages notifying user of lack of a
ConnectionManager for the session.