Top | Module | Use | Manual | Index |
This high-level event is generated by a component (such as a Button)
when the component-specific action occurs (such as being pressed).
The event is passed to every every XActionListener object
that registered to receive such events using the component's
addActionListener
method.
The object that implements the XActionListener interface gets this ActionEvent when the event occurs. The listener is therefore spared the details of processing individual mouse movements and mouse clicks, and can instead process a "meaningful" (semantic) event like "button pressed".
Elements |
|
string ActionCommand |
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.