Interface IClientCallback
Unit
int_client_callback
Declaration
type IClientCallback = interface(IInterface)
Description
Defines callback functions called from server to client.
Hierarchy
- IInterface
- IClientCallback
Overview
Methods
Description
Methods
|
procedure ComputeBackgroundPointsDone; |
|
|
procedure ComputeCurveBoundsDone; |
|
|
procedure ComputeCurvePositionsDone; |
|
|
procedure Done; |
|
|
procedure ShowCurMin(Min: double); |
|
|
procedure ShowProfile; |
|
Generated by PasDoc 0.15.0.
|