com.steema.teechart.events
Interface ChartMouseListener

All Superinterfaces:
org.w3c.dom.events.EventListener
All Known Implementing Classes:
ChartMouseAdapter

public interface ChartMouseListener
extends org.w3c.dom.events.EventListener

Title: TeeChart for Java

Description: TeeChart for Java

Copyright (c) 2004-2008 by Steema Software SL. All Rights Reserved.

Company: Steema Software SL


Method Summary
 void axesClicked(ChartMouseEvent e)
          Invoked when the mouse button has been clicked (pressed and released) on an Axis
 void backgroundClicked(ChartMouseEvent e)
          Invoked when the mouse button has been clicked (pressed and released) on the Background
 void legendClicked(ChartMouseEvent e)
          Invoked when the mouse button has been clicked (pressed and released) on a Legend
 void titleClicked(ChartMouseEvent e)
          Invoked when the mouse button has been clicked (pressed and released) on an Title
 
Methods inherited from interface org.w3c.dom.events.EventListener
handleEvent
 

Method Detail

axesClicked

void axesClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Axis


backgroundClicked

void backgroundClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the Background


legendClicked

void legendClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a Legend


titleClicked

void titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title