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

All Known Implementing Classes:
Axis, CartesianAxis, CategoryAxis, GaugeAxis, NumericAxis, RadialAxis, TimeAxis
Enclosing class:
AxisSelectionEvent

public static interface AxisSelectionEvent.HasAxisSelectionHandlers

A widget that implements this interface is a public source of AxisSelectionEvent events.


Method Summary
 HandlerRegistration addAxisSelectionHandler(AxisSelectionEvent.AxisSelectionHandler handler)
          Adds a AxisSelectionEvent.AxisSelectionHandler handler for AxisSelectionEvent events.
 

Method Detail

addAxisSelectionHandler

HandlerRegistration addAxisSelectionHandler(AxisSelectionEvent.AxisSelectionHandler handler)
Adds a AxisSelectionEvent.AxisSelectionHandler handler for AxisSelectionEvent events.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2011. All Rights Reserved.