org.vaadin.peter.contextmenu
Interface ContextMenu.ContextMenuClosedListener

All Superinterfaces:
EventListener
Enclosing class:
ContextMenu

public static interface ContextMenu.ContextMenuClosedListener
extends EventListener

ContextMenuClosedListener is used to listen for the event that the context menu is closed, either when a item is clicked or when the popup is canceled.


Field Summary
static Method MENU_CLOSED
           
 
Method Summary
 void onContextMenuClosed(ContextMenu.ContextMenuClosedEvent event)
          Called when the context menu is closed
 

Field Detail

MENU_CLOSED

static final Method MENU_CLOSED
Method Detail

onContextMenuClosed

void onContextMenuClosed(ContextMenu.ContextMenuClosedEvent event)
Called when the context menu is closed

Parameters:
event -


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.