E
- The object type.public final class ComboListener<E>
extends java.lang.Object
implements java.awt.event.ActionListener
Constructor and Description |
---|
ComboListener(javax.swing.JComboBox<E> combo,
ActionCombo action)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent event) |
public ComboListener(javax.swing.JComboBox<E> combo, ActionCombo action)
combo
- The combo reference.action
- The action reference.