Library | Module

Interface IpfcUICommandBracketListener



Description

Class that responds before and after when the specified action or option is executed.
Direct Parent Classes:
IpfcActionListener



Method Summary

SubOnAfterCommand ()
This is the callback method that is invoked after the action is executed.
SubOnBeforeCommand ()
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


SubOnAfterCommand ()

This is the callback method that is invoked after the action is executed.



SubOnBeforeCommand ()

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.