SPT RWT Application API

com.sptci.rwt.webui
Class DataSourceListener

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

public class DataSourceListener
extends com.sptci.echo2.Listener<MainController>

The listener for trigger a new connection to a database through a configured DataSource.

© Copyright 2007 Sans Pareil Technologies, Inc.

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

Field Summary
 
Fields inherited from class com.sptci.echo2.Listener
controller, logger
 
Constructor Summary
DataSourceListener(MainController controller)
          Create a new instance using the specified controller.
 
Method Summary
 void actionPerformed(ActionEvent event)
          The action listener implementation.
 
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

DataSourceListener

public DataSourceListener(MainController controller)
Create a new instance using the specified controller.

Parameters:
controller - The controller to use to interact with the application.
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
The action listener implementation. Update the application's connection source and reset the view.


SPT RWT Application API