com.sptci.rwt.webui
Class HistoryView.HistoryViewListener
java.lang.Object
com.sptci.rwt.webui.HistoryView.HistoryViewListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
- Enclosing class:
- HistoryView
protected class HistoryView.HistoryViewListener
- extends Object
- implements ActionListener
The action listener used to update the ExecutorView.query
field with the previous statement.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryView.HistoryViewListener
protected HistoryView.HistoryViewListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- The action listener implementation. Invokes
ExecutorView.setQuery(java.lang.String) with the statement value.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
event - The action event that was triggered.