All Frameworks Class Hierarchy This Framework Indexes
Usage: you can freely reimplement this interface.
interface CATIAVPMVDACommandExtension
Interface to customize server commands.
Role: You should reimplement this interface to code some command-specific
code around a given command. Every command checks for the existence of an implementation
of this interface, and calls the two methods just before and just after the execution of
the base command. The name of the class implementing this interface must be related to the
command to customize.
An example is given in the framework CAAVPMDesktopObjects.edu.
| public virtual Cleanup( | ) |
| public virtual Prepare( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.