T - subclass of ActionEvent e..g NetworkEventpublic interface ActionListener<T extends ActionEvent>
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(T evt)
Invoked when an action occurred on a component
|
void actionPerformed(T evt)
evt - event object describing the source of the action as well as
its trigger