Public Member Functions | Protected Member Functions

cern.gp.explorer.properties.PropertyField.BeanPropertyChangeListener Class Reference

Inherits java::beans::PropertyChangeListener.

List of all members.

Public Member Functions

void registerListener ()
void propertyChange (PropertyChangeEvent evt)

Protected Member Functions

 BeanPropertyChangeListener (BeanSupport source, String propName)
 BeanPropertyChangeListener (Object source, String propName)

Detailed Description

helper class that updates the PropertyField when the value gets updated in the Bean while the PropertyField is open It can handle both Beans that do and those that don't inherit from BeanSupport.


Constructor & Destructor Documentation

cern.gp.explorer.properties.PropertyField.BeanPropertyChangeListener.BeanPropertyChangeListener ( BeanSupport  source,
String  propName 
) [protected]

Constructor

Parameters:
source the bean to which this property belongs
propName the name of the property
cern.gp.explorer.properties.PropertyField.BeanPropertyChangeListener.BeanPropertyChangeListener ( Object  source,
String  propName 
) [protected]

Member Function Documentation

void cern.gp.explorer.properties.PropertyField.BeanPropertyChangeListener.propertyChange ( PropertyChangeEvent  evt  ) 
void cern.gp.explorer.properties.PropertyField.BeanPropertyChangeListener.registerListener (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties