Package util.swing.action.throwable
Interface ThrowableActionListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
SampleGeneratorPerformableAction
public interface ThrowableActionListener extends EventListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)
-
-
-
Method Detail
-
actionPerformed
void actionPerformed(ActionEvent e) throws Throwable
- Throws:
Throwable
-
-