|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.EventObject
org.apache.cocoon.woody.event.WidgetEvent
org.apache.cocoon.woody.event.ActionEvent
public class ActionEvent
Currently this event originates from a Button
widget.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ActionEvent(Widget source,
String actionCommand)
|
|
| Method Summary | |
|---|---|
String |
getActionCommand()
|
| Methods inherited from class org.apache.cocoon.woody.event.WidgetEvent |
|---|
getSourceWidget |
| 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(Widget source,
String actionCommand)
| Method Detail |
|---|
public String getActionCommand()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||