Interface I3DTrendCursorListener

All Superinterfaces:
EventListener

public interface I3DTrendCursorListener extends EventListener
Interface to listen on cursor motion of the NumberSpectrumTrend3DViewer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cursorMove(NumberSpectrumTrend3DViewer source, int x, int y)
    Called when the cursor move.
  • Method Details

    • cursorMove

      void cursorMove(NumberSpectrumTrend3DViewer source, int x, int y)
      Called when the cursor move.
      Parameters:
      source - Source object
      x - X coordinates (-1 if cursor not present)
      y - Y coordinates (-1 if cursor not present)