Interface ILcdGXYLspAsynchronousLayerRunnable
public interface ILcdGXYLspAsynchronousLayerRunnable
Deprecated.
A layer runnable encapsulates a piece of code that allows to change and access an asynchronously
painted layer in a safe way. This is typically needed when using
TLcdGXYLspAsynchronousLayerWrapper
.- Since:
- 2012.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
run
(ILspLayer aSafeLspLayer, ILcdGXYLayer aSafeGXYLayer) Deprecated.Implementations of this method can safely access and change the given layers.
-
Method Details
-
run
Deprecated.Implementations of this method can safely access and change the given layers.- Parameters:
aSafeLspLayer
- a layer that can be safely accessed, changed and casted. Typically this is the original Lightspeed layer that was wrapped by aTLcdGXYLspAsynchronousLayerWrapper
along withaSafeGXYLayer
.aSafeGXYLayer
- a layer that can be safely accessed, changed and casted. Typically this is the original GXY layer that was wrapped by aTLcdGXYLspAsynchronousLayerWrapper
along withaSafeLspLayer
.
-
Lightspeed view
.