|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
nextapp.echo.event.ActionEvent
public class ActionEvent
An event indicating that a component-defined action has occurred.
ActionListener,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ActionEvent(java.lang.Object source,
java.lang.String command)
Creates an ActionEvent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getActionCommand()
Returns the command string associated with this action. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ActionEvent(java.lang.Object source,
java.lang.String command)
source - The object generating the event.command - The command string associated with this action.| Method Detail |
|---|
public java.lang.String getActionCommand()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||