com.sencha.gxt.widget.core.client.event
Interface ShowContextMenuEvent.ShowContextMenuHandler

All Superinterfaces:
EventHandler
Enclosing class:
ShowContextMenuEvent

public static interface ShowContextMenuEvent.ShowContextMenuHandler
extends EventHandler

Handler for ShowContextMenuEvent events.


Method Summary
 void onShowContextMenu(ShowContextMenuEvent event)
          Called after a widget's context menu is shown.
 

Method Detail

onShowContextMenu

void onShowContextMenu(ShowContextMenuEvent event)
Called after a widget's context menu is shown.

Parameters:
event - the ShowContextMenuEvent that was fired


Copyright © 2012. All Rights Reserved.