|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.adempiere.webui.event.ActionEvent
public class ActionEvent
ActionEvent represents events associated with no data change.
| Field Summary | |
|---|---|
protected Object |
source
The object on which the Event initially occurred. |
| Constructor Summary | |
|---|---|
ActionEvent(Object source,
String propertyName,
String eventName)
Constructor |
|
| Method Summary | |
|---|---|
String |
getEventName()
returns name of event |
String |
getPropertyName()
returns name of property that changed |
Object |
getSource()
returns source of event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object source
| Constructor Detail |
|---|
public ActionEvent(Object source,
String propertyName,
String eventName)
source - - event sourcepropertyName - - name of property that changedeventName - - name of event| Method Detail |
|---|
public String getPropertyName()
public Object getSource()
public String getEventName()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||