Search Results for

    Show / Hide Table of Contents

    Class ObservableSmartPropertyInteger

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

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

    Constructors

    ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener listener)

    Creates a new instance of ObservableSmartPropertyInteger class

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

    The listener change listener for this property

    ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener listener, int defaultValue)

    Creates a new instance of ObservableSmartPropertyInteger class

    Declaration
    public ObservableSmartPropertyInteger(ObservableSmartPropertyInteger.IPropertyChangeListener listener, int defaultValue)
    Parameters
    Type Name Description
    ObservableSmartPropertyInteger.IPropertyChangeListener listener

    The listener change listener for this property

    int defaultValue

    The default value to set

    Methods

    onPropertyChanged(int oldValue, int newValue)

    Called when property value is changed

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