com.extjs.gxt.charts.client.event
Class ChartListener

java.lang.Object
  extended by com.extjs.gxt.charts.client.event.ChartListener
All Implemented Interfaces:
Listener<ChartEvent>, java.util.EventListener

public abstract class ChartListener
extends java.lang.Object
implements Listener<ChartEvent>

Chart listener.


Constructor Summary
ChartListener()
           
 
Method Summary
 void chartClick(ChartEvent ce)
           
 void handleEvent(ChartEvent ce)
          Sent when an event that the listener has registered for occurs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartListener

public ChartListener()
Method Detail

handleEvent

public void handleEvent(ChartEvent ce)
Description copied from interface: Listener
Sent when an event that the listener has registered for occurs.

Specified by:
handleEvent in interface Listener<ChartEvent>
Parameters:
ce - the event which occurred

chartClick

public void chartClick(ChartEvent ce)