com.sencha.gxt.chart.client.draw.sprite
Interface SpriteSelectionEvent.HasSpriteSelectionHandlers

All Known Implementing Classes:
Chart, DrawComponent
Enclosing class:
SpriteSelectionEvent

public static interface SpriteSelectionEvent.HasSpriteSelectionHandlers

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


Method Summary
 HandlerRegistration addSpriteSelectionHandler(SpriteSelectionEvent.SpriteSelectionHandler handler)
          Adds a SpriteSelectionEvent.SpriteSelectionHandler handler for SpriteSelectionEvent events.
 

Method Detail

addSpriteSelectionHandler

HandlerRegistration addSpriteSelectionHandler(SpriteSelectionEvent.SpriteSelectionHandler handler)
Adds a SpriteSelectionEvent.SpriteSelectionHandler handler for SpriteSelectionEvent events.

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


Copyright © 2011. All Rights Reserved.