jbpm-data-modeler-editor-client 6.0.0-SNAPSHOT

org.jbpm.datamodeler.editor.client.editors.widgets.propertyeditor
Interface PropertyEditorListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
PropertyEditorCell

public interface PropertyEditorListener
extends EventListener


Method Summary
 boolean doBeforePropertyChange(PropertyEditor source, String propertyName, Object pendingValue, Object currentValue, List<PropertyChangeError> errors)
           
 void onPropertyChange(PropertyEditor source, String propertyName, Object newValue, Object currentValue)
           
 

Method Detail

doBeforePropertyChange

boolean doBeforePropertyChange(PropertyEditor source,
                               String propertyName,
                               Object pendingValue,
                               Object currentValue,
                               List<PropertyChangeError> errors)

onPropertyChange

void onPropertyChange(PropertyEditor source,
                      String propertyName,
                      Object newValue,
                      Object currentValue)

jbpm-data-modeler-editor-client 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.