Interface CobolDataFlowEngineObserver


  • @Deprecated
    public interface CobolDataFlowEngineObserver
    Deprecated.
    since version 3.4. This API will be dropped with no replacement.
    • Method Detail

      • useOfNotInitializedDataItems

        void useOfNotInitializedDataItems​(Collection<DataItem> notInitializedDataItems,
                                          CobolStmt stmt)
        Deprecated.