Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.server.util
Interface PropertyChangeListener

All Superinterfaces:
java.util.EventListener

public interface PropertyChangeListener
extends java.util.EventListener

A "PropertyChange" event gets fired whenever a bean changes a "bound" property. You can register a PropertyChangeListener with a source bean so as to be notified of any bound property updates.


Method Summary
 void propertyChange(PropertyChangeEvent evt)
          This method gets called when a bound property is changed.

 

Method Detail

propertyChange

public void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
Parameters:
evt - A PropertyChangeEvent object describing the event source and the property that has changed.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.