|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.charts.client.event.ChartListener
public abstract class ChartListener
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 |
---|
public ChartListener()
Method Detail |
---|
public void handleEvent(ChartEvent ce)
Listener
handleEvent
in interface Listener<ChartEvent>
ce
- the event which occurredpublic void chartClick(ChartEvent ce)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |