com.ebmwebsourcing.webdesigner.presentation.gwt.client.metamodel.properties
Interface PropertyChangedHandler<T>


public interface PropertyChangedHandler<T>


Method Summary
 void onChange(DiagramProperty<T> p, T oldValue, T newValue)
           
 

Method Detail

onChange

void onChange(DiagramProperty<T> p,
              T oldValue,
              T newValue)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.