|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.events.ChartAdapter
public abstract class ChartAdapter
An abstract adapter class for receiving chart click events. The methods in this class are empty. This class exists as convenience for creating listener objects.
Extend this class to create a Chart
listener
and override the methods for the events of interest. (If you implement the
ChartListener
interface, you have to define all of
the methods in it. This abstract class defines null methods for them
all, so you can only have to define methods for events you care about.)
Create a listener object using the extended class and then register it with
a component using the component's addChartListener
method.
ChartListener
Constructor Summary | |
---|---|
ChartAdapter()
|
Method Summary | |
---|---|
void |
seriesAdded(ChartEvent e)
Invoked when a series has been added to the chart |
void |
toolAdded(ChartEvent e)
Invoked when a tool has been added to the chart |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChartAdapter()
Method Detail |
---|
public void seriesAdded(ChartEvent e)
seriesAdded
in interface ChartListener
public void toolAdded(ChartEvent e)
toolAdded
in interface ChartListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |