static class BasicUploadSettingsPanel.CommentModelListener extends FocusAdapter implements ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) ChangesetCommentModel |
destination |
(package private) HistoryComboBox |
source |
Constructor and Description |
---|
BasicUploadSettingsPanel.CommentModelListener(HistoryComboBox source,
ChangesetCommentModel destination) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
void |
focusLost(FocusEvent e) |
focusGained
final HistoryComboBox source
final ChangesetCommentModel destination
BasicUploadSettingsPanel.CommentModelListener(HistoryComboBox source, ChangesetCommentModel destination)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void focusLost(FocusEvent e)
focusLost
in interface FocusListener
focusLost
in class FocusAdapter