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