User Tools

Site Tools


api:dk11:java:tatukgis.jdk.igis_viewer.waitfornotbusy_tobject_tgis_waitfornotbusyproc

Table of Contents

IGIS_Viewer.WaitForNotBusy method

DK for Java | tatukgis.jdk.IGIS_Viewer.WaitForNotBusy | Methods | Properties

Calls _proc when the viewer fully finishes the painting process.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public abstract void WaitForNotBusy(
  java.lang.Object _sender,
  TGIS_WaitForNotBusyProc _proc
);
// Oxygene
public
  procedure WaitForNotBusy(
    _sender : TObject;
    _proc : TGIS_WaitForNotBusyProc
  );

Parameters

Name Type Description
_sender java.lang.Object
TObject
Sender object.
_proc TGIS_WaitForNotBusyProc Procedure to execute.
2026/07/05 02:37

Page Tools