The ActionControl class is an abstract base class for action controls like buttons. ActionControl class does not introduce any new public methods or properties over those inherited from its superclass. Don't instantiate ActionControl directly but rather one of its subclasses.
ActionPerformed
This event is fired when the user performs an action with the control, e.g. clicks a button.