com.sptci.rwt.webui
Class HistoryListener
java.lang.Object
com.sptci.echo2.Listener<MainController>
com.sptci.rwt.webui.HistoryListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
public class HistoryListener
- extends com.sptci.echo2.Listener<MainController>
The action listener used to display HistoryView instances for
the ExecutorView specified.
© Copyright 2007 Sans Pareil Technologies, Inc.
- Version:
- $Id: HistoryListener.java 4123 2008-05-25 21:49:01Z rakesh $
- Author:
- Rakesh Vidyadharan 2007-10-13
- 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 |
HistoryListener
public HistoryListener(MainController controller)
- Create a new instance of the listener for the specified controller.
- Parameters:
controller - The controller to use to interact with the
application.
actionPerformed
public void actionPerformed(ActionEvent event)
- The action listener implementation. Displays a
HistoryView
component that displays the statement history for the view from
which the history was launched.
- Parameters:
event - The action event that was triggered.