Library | Package Java Toolkit

Interface BeforeModelRetrieveActionListener

package com.ptc.wfc.wfcSession;

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



Description

This class delgates the event before activating file open dialog using File -> Open.



Method Summary
/*optional*/ BeforeModelRetrieveInstructionsOnBeforeModelRetrieve ()
     Method delgates the event before activating file open dialog using File -> Open.

Method Detail

OnBeforeModelRetrieve

/*optional*/ BeforeModelRetrieveInstructionsOnBeforeModelRetrieve ()


     Method delgates the event before activating file open dialog using File -> Open.
Manual References:
Action Listeners: Model Level Action listeners, Action Listeners: Model Level Action listeners
Returns:
Creo Parametric Toolkit application must retun valid and non-null object BeforeModelRetrieveInstructions.
in order to retrieve model specified by object. If object is null then no model will be retrieved.