public static interface ObservableSmartPropertyInteger.IPropertyChangeListener
SmartPropertyInteger
listenerModifier and Type | Method and Description |
---|---|
void |
onPropertyChanged(int oldValue,
int newValue)
Called when new property value is set
|