Interface Chart3DMouseListener

All Superinterfaces:
EventListener

public interface Chart3DMouseListener extends EventListener
The interface that must be implemented by classes that wish to receive Chart3DMouseEvent notifications from a Chart3DPanel.
Since:
1.3
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method for receiving notification of a mouse click on a chart.
    void
    Callback method for receiving notification of a mouse movement on a chart.
  • Method Details

    • chartMouseClicked

      Callback method for receiving notification of a mouse click on a chart.
      Parameters:
      event - information about the event.
    • chartMouseMoved

      Callback method for receiving notification of a mouse movement on a chart.
      Parameters:
      event - information about the event.