Search Results for

    Show / Hide Table of Contents

    Class NotifiableSmartPropertyFloat

    Defines a smart property class which can hold float value and accepts IPropertyChangeListener to notify when new value is set

    Inheritance
    java.lang.Object
    SmartPropertyFloat
    NotifiableSmartPropertyFloat
    Inherited Members
    SmartPropertyFloat.equals(Object)
    SmartPropertyFloat.getValue()
    SmartPropertyFloat.hashCode()
    SmartPropertyFloat.onPropertyChanged(float,float)
    SmartPropertyFloat.setStrongValue(float)
    SmartPropertyFloat.setWeakValue(float)
    SmartPropertyFloat.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 NotifiableSmartPropertyFloat extends SmartPropertyFloat

    Constructors

    NotifiableSmartPropertyFloat(IPropertyChangeListener listener)

    Creates a new instance of NotifiableSmartProperty class

    Declaration
    public NotifiableSmartPropertyFloat(IPropertyChangeListener listener)
    Parameters
    Type Name Description
    IPropertyChangeListener listener

    The listener change listener for this property

    NotifiableSmartPropertyFloat(IPropertyChangeListener listener, float defaultValue)

    Creates a new instance of SmartProperty class

    Declaration
    public NotifiableSmartPropertyFloat(IPropertyChangeListener listener, float defaultValue)
    Parameters
    Type Name Description
    IPropertyChangeListener listener

    The listener change listener for this property

    float defaultValue

    The default value to set

    Methods

    onPropertyChanged(float oldValue, float newValue)

    Called when property value is changed

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