applications.proxy.ui
Class TestTemplate.QuitAction

java.lang.Object
  |
  +--javax.swing.AbstractAction
        |
        +--applications.proxy.ui.TestTemplate.QuitAction

class TestTemplate.QuitAction
extends AbstractAction


Fields inherited from class javax.swing.AbstractAction
enabled, changeSupport

Constructor Summary
TestTemplate.QuitAction()
           

Method Summary
 voidactionPerformed(ActionEvent actionEvent)
           

Methods inherited from class javax.swing.AbstractAction
getValue, putValue, isEnabled, setEnabled, getKeys, firePropertyChange, addPropertyChangeListener, removePropertyChangeListener, clone

Methods inherited from class java.lang.Object
getClass, hashCode, equals, toString, notify, notifyAll, wait, wait, wait, finalize

Constructor Detail

TestTemplate.QuitAction

public TestTemplate.QuitAction()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent actionEvent)