com.ibm.commons.swt.data.editors.support
Interface PropertyEditorUpdateListener

All Known Implementing Classes:
DCPropertyTree

public interface PropertyEditorUpdateListener

Used to avoid notification of model edits that occur from property editors.


Method Summary
 void postModelUpdate()
          Called after the model is updated by a property editor.
 void preModelUpdate()
          Called before the model is updated by a property editor
 

Method Detail

preModelUpdate

void preModelUpdate()
Called before the model is updated by a property editor


postModelUpdate

void postModelUpdate()
Called after the model is updated by a property editor.