Library | Package Java Toolkit

Interface UICommandActionListener

package com.ptc.pfc.pfcCommand;

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



Description

Base class for classes respond to command picks.



Method Summary
voidOnCommand ()
    This is the callback method that is invoked when a user executes a command that has been added to the Creo Parametric menu.

Method Detail

OnCommand

voidOnCommand ()


    This is the callback method that is invoked when a user executes a command that has been added to the Creo Parametric menu.
Manual References:
Action Listeners: UI Command Action Listeners, Menus, Commands, and Pop-up Menus: Menus Buttons and Menus
Returns: