Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

oracle.apps.fnd.applcore.dt.setid.population
Class SummaryPopulationContextMenuListener

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.setid.population.SummaryPopulationContextMenuListener
All Implemented Interfaces:
ContextMenuListener

public class SummaryPopulationContextMenuListener
extends java.lang.Object
implements ContextMenuListener

Since:
release specific (what release of product did this appear in)
Version:
$Header: SummaryPopulationContextMenuListener.java 16-jul-2007.23:29:11 vthumma Exp $
Author:
vthumma

Constructor Summary
SummaryPopulationContextMenuListener()
           
 
Method Summary
 boolean handleDefaultAction(Context context)
          Do nothing.
 void menuWillHide(ContextMenu contextMenu)
          Do nothing.
 void menuWillShow(ContextMenu contextMenu)
          This method is called when the user right-clicks in the navigator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SummaryPopulationContextMenuListener

public SummaryPopulationContextMenuListener()
Method Detail

menuWillShow

public void menuWillShow(ContextMenu contextMenu)
This method is called when the user right-clicks in the navigator.

Specified by:
menuWillShow in interface ContextMenuListener
Parameters:
contextMenu - The context menu object.

menuWillHide

public void menuWillHide(ContextMenu contextMenu)
Do nothing.

Specified by:
menuWillHide in interface ContextMenuListener
Parameters:
contextMenu - The context menu object.

handleDefaultAction

public boolean handleDefaultAction(Context context)
Do nothing.

Specified by:
handleDefaultAction in interface ContextMenuListener
Parameters:
context - The context object.
Returns:
the outcome.

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.5)

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.