net.yura.mobile.gui
Interface ActionListener

All Known Implementing Classes:
Button, ButtonEditor, CheckBox, ComboBox, FileChooser, FileChooser.SelectableFileRenderer, FrameTitlePane, List, Menu, MenuBar, OptionPane, RadioButton, TextArea, TextComponent, TextField

public interface ActionListener

Author:
Yura Mamyrin
See Also:
ActionListener

Method Summary
 void actionPerformed(String actionCommand)
           
 

Method Detail

actionPerformed

void actionPerformed(String actionCommand)
Parameters:
actionCommand - The Command of the action
See Also:
ActionListener.actionPerformed