org.mozilla.jrex.event.context
Interface ContextMenuListener

All Known Implementing Classes:
JRexPopupMenuImpl

public interface ContextMenuListener

The JRex ContextMenuListener interface, This listener can be added to listen to Context Menu related events.

Version:
1.0
Author:
C.N.Medappa
See Also:
JRexCanvas.addContextMenuListener(org.mozilla.jrex.event.context.ContextMenuListener)

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

Method Detail

showContextMenu

public void showContextMenu(ContextMenuEvent 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.

See Also:
ContextMenuEvent


Copyright © 2004 C.N.Medappa. All Rights Reserved.