com.gwtext.client.widgets.menu.event
Interface BaseItemListener

All Superinterfaces:
ComponentListener
All Known Subinterfaces:
CheckItemListener
All Known Implementing Classes:
BaseItemListenerAdapter, CheckItemListenerAdapter

public interface BaseItemListener
extends ComponentListener


Method Summary
 void onActivate(BaseItem item)
          Fires when this item is activated
 void onClick(BaseItem item, EventObject e)
          Fires when this item is clicked
 void onDeactivate(BaseItem item)
          Fires when this item is deactivated
 
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave
 

Method Detail

onActivate

void onActivate(BaseItem item)
Fires when this item is activated

Parameters:
item - this

onClick

void onClick(BaseItem item,
             EventObject e)
Fires when this item is clicked

Parameters:
item - the item
e - the event object

onDeactivate

void onDeactivate(BaseItem item)
Fires when this item is deactivated

Parameters:
item - this