User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewer.busyevent

Table of Contents

TGIS_Viewer.BusyEvent event

DK11 for Java | tatukgis.jdk.TGIS_Viewer.BusyEvent | Constructors | Fields | Methods | Properties | Events

Busy event handler. Will be fired regularly during long-drawn operations. If end value will be zero, the meaning is: long-drawn with unknown end time. Close long-drawn operation by calling with parameters (-1,-1).

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

Syntax

// Java
public TGIS_BusyEvent getBusyEvent();
 
public void setBusyEvent(
  TGIS_BusyEvent _value
);
// Oxygene
public
  property BusyEvent : TGIS_BusyEvent read write;

Value

2022/11/30 19:36

Page Tools