Library | Package Java Toolkit

Class XCancelProEAction

package com.ptc.pfc.pfcExceptions;

public class XCancelProEAction
  extends com.ptc.pfc.pfcExceptions.XPFC



Description

This exception should be thrown by the application during a ActionListener method in order to cancel a Creo Parametric event.
See Also:
SessionActionListener.OnBeforeModelCopy(DescriptorContainer2), SessionActionListener.OnBeforeModelDelete(), SessionActionListener.OnBeforeModelErase(), SessionActionListener.OnBeforeModelPurge(DescriptorContainer), SessionActionListener.OnBeforeModelRename(DescriptorContainer2), SessionActionListener.OnBeforeModelSave(DescriptorContainer), ModelActionListener.OnBeforeParameterCreate(Model, String, ParamValue), ModelActionListener.OnBeforeParameterDelete(Parameter), ModelActionListener.OnBeforeParameterModify(Parameter, ParamValue), FeatureActionListener.OnBeforeDelete(Feature), FeatureActionListener.OnBeforeParameterCreate(Feature, String, ParamValue), FeatureActionListener.OnBeforeParameterDelete(Parameter), FeatureActionListener.OnBeforeRedefine(Feature), FeatureActionListener.OnBeforeSuppress(Feature)



Method Summary
static voidThrow ()
    Call this method from the body of an appropriate ActionListener method to cancel the impending Creo Parametric operation.

Methods Inherited from Class com.ptc.pfc.pfcExceptions.XPFC
GetMessage

Method Detail

Throw

static voidThrow ()


    Call this method from the body of an appropriate ActionListener method to cancel the impending Creo Parametric operation.
See Also:
SessionActionListener.OnBeforeModelCopy(DescriptorContainer2), SessionActionListener.OnBeforeModelDelete(), SessionActionListener.OnBeforeModelErase(), SessionActionListener.OnBeforeModelPurge(DescriptorContainer), SessionActionListener.OnBeforeModelRename(DescriptorContainer2), SessionActionListener.OnBeforeModelSave(DescriptorContainer), ModelActionListener.OnBeforeParameterCreate(Model, String, ParamValue), ModelActionListener.OnBeforeParameterDelete(Parameter), ModelActionListener.OnBeforeParameterModify(Parameter, ParamValue), FeatureActionListener.OnBeforeDelete(Feature), FeatureActionListener.OnBeforeParameterCreate(Feature, String, ParamValue), FeatureActionListener.OnBeforeParameterDelete(Parameter), FeatureActionListener.OnBeforeRedefine(Feature), FeatureActionListener.OnBeforeSuppress(Feature)
Manual References:
Action Listeners: Cancelling an ActionListener Operation, Interface: Importing 3D Geometry, Menus, Commands, and Pop-up Menus: Bracket Listeners for Commands
Returns: