Interface ILcdGXYLspAsynchronousLayerRunnable


public interface ILcdGXYLspAsynchronousLayerRunnable
Deprecated.
Lightspeed integration in GXY views is no longer supported. Instead, either use GXY components only, or switch to a Lightspeed view.
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 Type
    Method
    Description
    void
    run(ILspLayer aSafeLspLayer, ILcdGXYLayer aSafeGXYLayer)
    Deprecated.
    Implementations of this method can safely access and change the given layers.
  • Method Details

    • run

      void run(ILspLayer aSafeLspLayer, ILcdGXYLayer aSafeGXYLayer)
      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 a TLcdGXYLspAsynchronousLayerWrapper along with aSafeGXYLayer.
      aSafeGXYLayer - a layer that can be safely accessed, changed and casted. Typically this is the original GXY layer that was wrapped by a TLcdGXYLspAsynchronousLayerWrapper along with aSafeLspLayer.