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.
// Java public void NotifySubscribers( int _event, TObject _context );
// Oxygene public procedure NotifySubscribers( _event : Integer; _context : TObject );
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. |