User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.notifysubscribers_integer_tobject

Table of Contents

TGIS_ViewerWnd.NotifySubscribers method

DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.NotifySubscribers | Constructors | Methods | Properties | Events

Send notification to subscribers.

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

Syntax

// Java
public void NotifySubscribers(
  int _event,
  TObject _context
);
// Oxygene
public
  procedure NotifySubscribers(
    _event : Integer;
    _context : TObject
  );

Parameters

Name Type Description
_event int
Integer
event identifying number
_context TObject control context; what is expected depends on _event; it can be canvas, control itself.
2022/11/16 01:52

Page Tools