Adempiere 3.5.2a

org.adempiere.webui.event
Class ActionEvent

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

public class ActionEvent
extends Object

ActionEvent represents events associated with no data change.

Author:
Niraj Sohun

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

source

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

Constructor Detail

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 Detail

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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.