Library | Package Java Toolkit

Interface UICommandBracketListener

package com.ptc.pfc.pfcCommand;

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



Description

Class that responds before and after when the specified action or option is executed.



Method Summary
voidOnAfterCommand ()
    This is the callback method that is invoked after the action is executed.
voidOnBeforeCommand ()
    This is the callback method that is invoked before the action is executed. In case the user cancel's the command, pfcExceptions::XCancelProEAction is caught and an error is returned.

Method Detail

OnBeforeCommand

voidOnBeforeCommand ()


    This is the callback method that is invoked before the action is executed. In case the user cancel's the command, pfcExceptions::XCancelProEAction is caught and an error is returned.
Manual References:
Menus, Commands, and Pop-up Menus: Bracket Listeners for Commands, Menus, Commands, and Pop-up Menus: Bracket Listeners for Commands
Returns:


OnAfterCommand

voidOnAfterCommand ()


    This is the callback method that is invoked after the action is executed.
Manual References:
Menus, Commands, and Pop-up Menus: Bracket Listeners for Commands
Returns: