Interface DoubleClickCallback


  • public interface DoubleClickCallback
    Callback interface of AnnotationPlugin.ID plugin that is called once double click is fired.
    Author:
    Andrea "Stock" Stocchero
    • Method Detail

      • onDoubleClick

        void onDoubleClick​(IsChart chart,
                           AbstractAnnotation annotation,
                           ChartEventContext event)
        Method called once dblclick is fired.
        Parameters:
        chart - chart instance
        annotation - annotation instance where event has been performed
        event - event instance