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 StringgetEventName()returns name of eventStringgetPropertyName()returns name of property that changedObjectgetSource()returns source of event
-
-
-
Field Detail
-
source
protected Object source
The object on which the Event initially occurred.
-
-