Package org.adempiere.webui.event
Class ActionEvent
java.lang.Object
org.adempiere.webui.event.ActionEvent
Event for UI action
- Author:
 - Niraj Sohun
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionActionEvent(Object source, String propertyName, String eventName) Constructor - 
Method Summary
Modifier and TypeMethodDescription 
- 
Field Details
- 
source
The object on which the Event initially occurred. 
 - 
 - 
Constructor Details
- 
ActionEvent
Constructor- Parameters:
 source- - event sourcepropertyName- - name of property that changedeventName- - name of event
 
 - 
 - 
Method Details
- 
getPropertyName
- Returns:
 - name of property that changed
 
 - 
getSource
- Returns:
 - source of event
 
 - 
getEventName
- Returns:
 - name of event
 
 
 -