Namespace: Consultingwerk.Studio.Refactor.Callgraph
Interface 
ICallCallback Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:ICallCallback
Purpose:This interface can be used to define a callback-class for Callgraph create.
Its method, ProcessCall, is called after a new eCall record was created.
It allows modifications of that record.
Author(s):Sebastian Wandel / Consultingwerk Ltd.
Created:Mon Jul 20 12:46:09 CEST 2020



Top Method Summary
Options Name Purpose
+ LOGICAL ProcessCall (JPNode, handle) This method is called after an eCall record was created, it allows modifications to the record. Returning false deletes the record.


Method Detail
Top

PUBLIC LOGICAL ProcessCall (JPNode, handle)

Purpose: This method is called after an eCall record was created, it allows modifications to the record. Returning false deletes the record.
Notes:

Parameters:
poNode org.prorefactor.core.JPNode
JPNode that has the Call object (e.g. RUN)
phbeCall HANDLE
Handle to the buffer of the record
Returns LOGICAL
Return false to delete the record


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:16:12