com.pepper.guiutils.browser
Interface PepperContextMenuListener


public interface PepperContextMenuListener

Listener interface for ContextMenu events


Method Summary
 void showContextMenu(PepperContextMenuEvent event)
          Called when the browser receives a context menu event.
 

Method Detail

showContextMenu

void showContextMenu(PepperContextMenuEvent event)
Called when the browser receives a context menu event. (e.g. user is right-mouse clicking somewhere on the document). The combination of flags, along with the attributes of event, indicate where and what was clicked on

Parameters:
event - a PepperContextMenuEvent value


Copyright © 2006-2007 Pepper Computer, Inc. All Rights Reserved.