MenuItem.processActionEvent
Class Overview | Class Members | This Package | All Packages
Syntax
protected void processActionEvent( ActionEvent e )
Parameters
- e
the action event.
Description
Processes action events occurring on this menu item, by dispatching them to any registered ActionListener objects. This method is not called unless action events are enabled for this component. Action events are enabled when one of the following occurs:
- An ActionListener object is registered via addActionListener.
- Action events are enabled via enableEvents.