public abstract class RunnableAction extends javax.swing.AbstractAction implements java.lang.Runnable
Constructor and Description |
---|
RunnableAction() |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent arg0) |
abstract void |
run() |
public RunnableAction()
public abstract void run()
run
in interface java.lang.Runnable
public void actionPerformed(java.awt.event.ActionEvent arg0)
actionPerformed
in interface java.awt.event.ActionListener