Search Results for

    Show / Hide Table of Contents

    Class ObservableSmartPropertyDouble

    Defines a smart property class which can hold double value and provides listener with old and new value

    Inheritance
    java.lang.Object
    SmartPropertyDouble
    ObservableSmartPropertyDouble
    Inherited Members
    SmartPropertyDouble.equals(Object)
    SmartPropertyDouble.getValue()
    SmartPropertyDouble.hashCode()
    SmartPropertyDouble.onPropertyChanged(double,double)
    SmartPropertyDouble.setStrongValue(double)
    SmartPropertyDouble.setWeakValue(double)
    SmartPropertyDouble.toString()
    Object.clone()
    Object.finalize()
    Object.getClass()
    Object.notify()
    Object.notifyAll()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class ObservableSmartPropertyDouble extends SmartPropertyDouble

    Constructors

    ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener listener)

    Creates a new instance of ObservableSmartPropertyDouble class

    Declaration
    public ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener listener)
    Parameters
    Type Name Description
    ObservableSmartPropertyDouble.IPropertyChangeListener listener

    The listener change listener for this property

    ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener listener, double defaultValue)

    Creates a new instance of ObservableSmartPropertyDouble class

    Declaration
    public ObservableSmartPropertyDouble(ObservableSmartPropertyDouble.IPropertyChangeListener listener, double defaultValue)
    Parameters
    Type Name Description
    ObservableSmartPropertyDouble.IPropertyChangeListener listener

    The listener change listener for this property

    double defaultValue

    The default value to set

    Methods

    onPropertyChanged(double oldValue, double newValue)

    Called when property value is changed

    Declaration
    protected void onPropertyChanged(double oldValue, double newValue)
    Parameters
    Type Name Description
    double oldValue
    double newValue
    Overrides
    SmartPropertyDouble.onPropertyChanged(double oldValue, double newValue)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml