Library | Package Java Toolkit

Interface UICommandAccessListener

package com.ptc.pfc.pfcCommand;

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



Description

Class that responds to determine the accessibility of a specified action or option.



Method Summary
CommandAccessOnCommandAccess (boolean AllowErrorMessages)
    This is the callback method that is invoked to determine the accessibility of the action or option.

Method Detail

OnCommandAccess

CommandAccessOnCommandAccess (boolean AllowErrorMessages)


    This is the callback method that is invoked to determine the accessibility of the action or option.
Manual References:
Menus, Commands, and Pop-up Menus: Access Listeners for Commands
Parameters:
AllowErrorMessages
Whether or not to allow error messages.
Returns:
One of the values, showing which access is permitted.