DK11 for Java | tatukgis.jdk.IGIS_Viewer.RaiseBusyEvent | Methods | Properties
Fire Busy event of a viewer.
Available also on: .NET.
// Java public abstract void RaiseBusyEvent( TObject _sender, TGIS_BusyEventArgs _e );
// Oxygene public procedure RaiseBusyEvent( _sender : TObject; _e : TGIS_BusyEventArgs );
Name | Type | Description |
---|---|---|
_sender | TObject | component which is causing long-term operations |
_e | TGIS_BusyEventArgs | current progress, maximal progress value, an abort request. |