Library | Package Java Toolkit

Interface PopupmenuListener

package com.ptc.pfc.pfcUI;

public interface PopupmenuListener
  extends com.ptc.pfc.pfcBase.ActionListener



Description

This class listens for any popup menus actions in Creo Parametric.



Method Summary
voidOnPopupmenuCreate (Popupmenu Menu)
    This notification function is called after a popup menu is created internally in Creo Parametric. Use this notification to assign application-specific buttons to the popup menu.

Method Detail

OnPopupmenuCreate

voidOnPopupmenuCreate (Popupmenu Menu)


    This notification function is called after a popup menu is created internally in Creo Parametric. Use this notification to assign application-specific buttons to the popup menu.
Manual References:
Menus, Commands, and Pop-up Menus: Listening for Pop-up Menu Initialization
Parameters:
Menu
The popup menu whose creation invokes the notification.
Returns: