Library | Package Java Toolkit

Interface JLinkTaskListener

package com.ptc.pfc.pfcJLink;

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



Description

This listener interface should contain the implementation for a J-Link task usable by other Creo Parametric auxiliary applications.



Method Summary
ArgumentsOnExecute (Arguments InputArguments)
    Override this method to provide the task implementation. If an exception is released out of this method its description will be passed back to the calling application.

Method Detail

OnExecute

ArgumentsOnExecute (Arguments InputArguments)


    Override this method to provide the task implementation. If an exception is released out of this method its description will be passed back to the calling application.
Manual References:
Task Based Application Libraries: Creating Creo Object TOOLKIT Java Task Libraries
Parameters:
InputArguments
The input arguments for the task.
Returns:
The output arguments for the task.