DK for Java | tatukgis.jdk.TGIS_BusyEvent | Enums | Classes | Interfaces | Delegates | Types
Will be fired regularly during long-drawn operations.
Available also on: .NET.
// Java public abstract interface TGIS_BusyEvent{ public abstract Invoke ( java.lang.Object _sender, TGIS_BusyEventArgs _e ); }
// Oxygene type TGIS_BusyEvent = public procedure ( _sender : Object; _e : TGIS_BusyEventArgs );
| Name | Type | Description |
|---|---|---|
| _sender | java.lang.Object Object | event originator |
| _e | TGIS_BusyEventArgs | event parameters |