com.sencha.gxt.chart.client.chart.event
Interface SeriesSelectionEvent.SeriesSelectionHandler

All Superinterfaces:
EventHandler
All Known Subinterfaces:
SeriesHandler
Enclosing class:
SeriesSelectionEvent

public static interface SeriesSelectionEvent.SeriesSelectionHandler
extends EventHandler

Handler class for SeriesSelectionEvent events.


Method Summary
 void onSeriesSelection(SeriesSelectionEvent event)
          Fired when the Series is clicked.
 

Method Detail

onSeriesSelection

void onSeriesSelection(SeriesSelectionEvent event)
Fired when the Series is clicked.

Parameters:
event - the fired event


Copyright © 2011. All Rights Reserved.