public class ActionGraphic extends java.lang.Object implements IAction, java.awt.event.ActionListener, java.io.Serializable
Constructor and Description |
---|
ActionGraphic(IAction action) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed()
Completes the action defined by the class implementing this interface.
|
void |
actionPerformed(java.awt.event.ActionEvent evt) |
public ActionGraphic(IAction action)
public void actionPerformed(java.awt.event.ActionEvent evt)
actionPerformed
in interface java.awt.event.ActionListener
public void actionPerformed()
IAction
actionPerformed
in interface IAction