Package org.adempiere.webui.event
Class ActionEvent
- java.lang.Object
-
- org.adempiere.webui.event.ActionEvent
-
public class ActionEvent extends Object
ActionEvent represents events associated with no data change.- Author:
- Niraj Sohun
-
-
Constructor Summary
Constructors Constructor Description ActionEvent(Object source, String propertyName, String eventName)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEventName()
returns name of eventString
getPropertyName()
returns name of property that changedObject
getSource()
returns source of event
-
-
-
Field Detail
-
source
protected Object source
The object on which the Event initially occurred.
-
-