Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01


oracle.binding
Interface UpdateListener

All Known Subinterfaces:
AttributeBindingListener

public interface UpdateListener

This Listener will be notified that the associated attribute has been updated and hence the renderer needs to re-render the attribute value.


Method Summary
 void updateRenderer()
          Notification to the listener that the attribute value has changed and needs to be rendered again.

 

Method Detail

updateRenderer

public void updateRenderer()
Notification to the listener that the attribute value has changed and needs to be rendered again.

Oracle Application Development Framework Model Java API Reference 10g Release 3 (10.1.3) B25778-01


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