com.sencha.gxt.chart.client.chart.event
Interface LegendSelectionEvent.HasLegendSelectionHandlers

All Known Implementing Classes:
Legend
Enclosing class:
LegendSelectionEvent

public static interface LegendSelectionEvent.HasLegendSelectionHandlers

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


Method Summary
 HandlerRegistration addLegendSelectionHandler(LegendSelectionEvent.LegendSelectionHandler handler)
          Adds a LegendSelectionEvent.LegendSelectionHandler handler for LegendSelectionEvent events.
 

Method Detail

addLegendSelectionHandler

HandlerRegistration addLegendSelectionHandler(LegendSelectionEvent.LegendSelectionHandler handler)
Adds a LegendSelectionEvent.LegendSelectionHandler handler for LegendSelectionEvent events.

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


Copyright © 2011. All Rights Reserved.