com.sencha.gxt.chart.client.chart.event
Interface AxisSelectionEvent.AxisSelectionHandler

All Superinterfaces:
EventHandler
All Known Subinterfaces:
AxisHandler
Enclosing class:
AxisSelectionEvent

public static interface AxisSelectionEvent.AxisSelectionHandler
extends EventHandler

Handler class for AxisSelectionEvent events.


Method Summary
 void onAxisSelection(AxisSelectionEvent event)
          Fired when the Axis is clicked.
 

Method Detail

onAxisSelection

void onAxisSelection(AxisSelectionEvent event)
Fired when the Axis is clicked.

Parameters:
event - the fired event


Copyright © 2011. All Rights Reserved.