SilverStream
Application Server 3.5

com.sssw.rt.event
Interface AgiManualPropertyChange

All Known Implementing Classes:
AgcHTMLEditControl

public interface AgiManualPropertyChange

Interface for controls that want to be manually notified to fire a property change event. Normally, controls fire a property change event whenever a property changes. For some controls, however, notable SilverStream's Java AgcHTMLEditControl, this is an expensive operation. Controls can implement this interface to be told when to fire a propertyChange event.

Typically, this is just before a bound data source changes to a new record.


Method Summary
 void fireManualPropertyChange()
          This method is called to give the control an opportunity to fire zero or more propertyChange events.
 

Method Detail

fireManualPropertyChange

public void fireManualPropertyChange()
This method is called to give the control an opportunity to fire zero or more propertyChange events.

SilverStream
Application Server 3.5