Search Results for

    Show / Hide Table of Contents

    Class ObservableSmartPropertyLong

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

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

    Constructors

    ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener listener)

    Creates a new instance of ObservableSmartPropertyLong class

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

    The listener change listener for this property

    ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener listener, long defaultValue)

    Creates a new instance of ObservableSmartPropertyLong class

    Declaration
    public ObservableSmartPropertyLong(ObservableSmartPropertyLong.IPropertyChangeListener listener, long defaultValue)
    Parameters
    Type Name Description
    ObservableSmartPropertyLong.IPropertyChangeListener listener

    The listener change listener for this property

    long defaultValue

    The default value to set

    Methods

    onPropertyChanged(long oldValue, long newValue)

    Called when property value is changed

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