public interface ActionSource<T extends ActionEvent>
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener<T> l)
Adds ActionListener to receive action events form this source.
|
void |
removeActionListener(ActionListener<T> l)
Removes ActionListener so that it will no longer receive events
from this source.
|
void addActionListener(ActionListener<T> l)
l
- void removeActionListener(ActionListener<T> l)
l
-