Android - LongTouch or LongClick listener?
Posted: Fri Sep 27, 2013 7:28 am
Hello,
i need catch longTouch event on the serie and show some menu, but i found only listener for click
pie.addSeriesMouseListener(new K2SeriesMouseAdapter(part, 0) {
public void seriesClicked(SeriesMouseEvent e) { }
}
In constructor of TChart class is setOnTouchListener(this), but not setOnLongClickListener(this).
Exist some solution to do this?
Thanks a lot
Tom
i need catch longTouch event on the serie and show some menu, but i found only listener for click
pie.addSeriesMouseListener(new K2SeriesMouseAdapter(part, 0) {
public void seriesClicked(SeriesMouseEvent e) { }
}
In constructor of TChart class is setOnTouchListener(this), but not setOnLongClickListener(this).
Exist some solution to do this?
Thanks a lot
Tom