Package 

Interface ScrollListener


  • 
    public interface ScrollListener
    
                        

    Allows for listening to a chart’s scroll state.

    • Method Summary

      Modifier and Type Method Description
      Unit onValueChanged(Float oldValue, Float newValue) Called when the scroll amount changes.
      Unit onMaxValueChanged(Float oldMaxValue, Float newMaxValue) Called when the maximum scroll amount changes.
      Unit onScrollNotConsumed(Float delta) Called when the scroll has reached the limit and cannot be consumed further.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait