User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_threadclass

TGIS_ThreadClass class

DK11 for Java | tatukgis.jdk.TGIS_ThreadClass | Classes | Constructors | Methods

A simple class with encapsulate basic critical section locking mechanism.

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

Syntax

// Java
public class TGIS_ThreadClass extends TGIS_ObjectDisposable {
};
// Oxygene
type
  TGIS_ThreadClass = public class( TGIS_ObjectDisposable )
  end;

Inheritance

→ TGIS_ObjectDisposable

Constructors

Inherited Overrides Protected
Name Visibility Description
TGIS_ThreadClass() public Create thread class object.

Methods

Inherited Overrides Protected
Name Visibility Description
LockThread public Locks the thread.
UnlockThread public Unlocks the thread.

2022/11/16 01:51

Page Tools