Class ActionEvent

java.lang.Object
org.adempiere.webui.event.ActionEvent

public class ActionEvent extends Object
Event for UI action
Author:
Niraj Sohun
  • Field Details

    • source

      protected Object source
      The object on which the Event initially occurred.
  • Constructor Details

    • ActionEvent

      public ActionEvent(Object source, String propertyName, String eventName)
      Constructor
      Parameters:
      source - - event source
      propertyName - - name of property that changed
      eventName - - name of event
  • Method Details

    • getPropertyName

      public String getPropertyName()
      Returns:
      name of property that changed
    • getSource

      public Object getSource()
      Returns:
      source of event
    • getEventName

      public String getEventName()
      Returns:
      name of event