public class ActionEvent
extends java.util.EventObject
ActionListener,
Serialized Form| Constructor and Description |
|---|
ActionEvent(java.lang.Object source,
java.lang.String command)
Creates an ActionEvent.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionCommand()
Returns the command string describing this action.
|
java.lang.String |
toString() |