SPT RWT Application API

com.sptci.rwt.webui
Class ExecutorListener

java.lang.Object
  extended by com.sptci.echo2.Listener<MainController>
      extended by 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

Field Summary
 
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.
 
Method Summary
protected  boolean checkConnection()
          Display an error messages notifying user of lack of a ConnectionManager for the session.
 
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
 
Methods inherited from interface nextapp.echo2.app.event.ActionListener
actionPerformed
 

Constructor Detail

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.
Method Detail

checkConnection

protected boolean checkConnection()
Display an error messages notifying user of lack of a ConnectionManager for the session.


SPT RWT Application API