SPT RWT Application API

com.sptci.rwt.webui
Class HistoryView.HistoryViewListener

java.lang.Object
  extended by 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

Constructor Summary
protected HistoryView.HistoryViewListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          The action listener implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoryView.HistoryViewListener

protected HistoryView.HistoryViewListener()
Method Detail

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.

SPT RWT Application API