Package | Description |
---|---|
com.luciad.contour |
This package contains utility classes for finding contours based on raster data.
|
com.luciad.earth.view.gxy |
Provides 2D visualization support for
ILcdEarthTileSet s. |
com.luciad.format.arinc |
Provides decoders and helper classes to support the ARINC 424 format.
|
com.luciad.format.binz |
This package contains the classes that are needed to work with the Binz format.
|
com.luciad.format.bufr |
Provides support for decoding BUFR files.
|
com.luciad.format.dafif.gui |
GUI aspects independent of any chosen windows API in the context of the DAFIF format.
|
com.luciad.format.dafif.tools |
Provides a tool to manipulate data in DAFIF format.
|
com.luciad.format.dafift.tools |
Provides a tool to manipulate data in DAFIFT format.
|
com.luciad.format.e57 |
This package contains a model decoder for decoding point cloud data from E57 (
.e57 ) files. |
com.luciad.format.gdal |
Provides support for decoding raster formats for which Luciad doesn't have a proper decoder using GDAL.
|
com.luciad.format.ifc |
This package contains the classes that are needed to work with the IFC format.
|
com.luciad.format.kml22.model |
This package and its subpackages provide a domain model for the KML 2.2 data format.
|
com.luciad.format.las |
This package contains a model decoder for LASer (
.las ) and LASzip (.laz ) files. |
com.luciad.format.mgcp |
This package contains a model decoder capable of decoding data of files in accordance with the
MGCP 2.0 Portrayal Standard.
|
com.luciad.format.netcdf |
Provides support for decoding NetCDF files.
|
com.luciad.format.object3d.openflight |
Provides decoders for the OpenFlight file format.
|
com.luciad.format.panorama |
This package contains a model encoder for the Luciad Panorama Format.
|
com.luciad.format.raster |
Provides representations, decoders, and encoders for rasters.
|
com.luciad.format.sqlite.geopackage |
Support for OGC GeoPackage data.
|
com.luciad.format.sqlite.lrdb |
This package provides support for Luciad Raster data (LRDB).
|
com.luciad.format.sqlite.lvdb |
This package provides support for Luciad Vector data (LVDB).
|
com.luciad.format.tiled3d.ogc3dtiles |
Provides
a decoder
for the OGC 3D Tiles format. |
com.luciad.format.vpf |
This package provides support for decoding VPF (Vector Product Format) data and displaying VPF data using GeoSym.
|
com.luciad.fusion.engine.vector |
Provides the vector specific functionality for the LuciadFusion engine.
|
com.luciad.fusion.pointcloud |
This package exists to enable handling point cloud data using an API.
|
com.luciad.fusion.util |
Provides various utility functionality for the LuciadLightspeed Fusion Client
and for LuciadFusion.
|
com.luciad.geometry.cartesian |
Topology and geometry calculations in cartesian space.
|
com.luciad.geometry.ellipsoidal |
Topology and geometry calculations on an ellipse.
|
com.luciad.gui.awt |
GUI aspects specific for AWT.
|
com.luciad.io |
Basic Input/Output functionality.
|
com.luciad.meshup |
Provides a builder for optimizing, simplifying,
multi-leveling and slicing 3D mesh data.
|
com.luciad.tea |
Contains all classes for terrain elevation analysis.
|
com.luciad.tea.viewshed |
The viewshed package provides support for computing and rendering visbility for
3D scenes consisting of any meshes, extruded shapes or terrain.
|
com.luciad.util |
Basic utilities.
|
com.luciad.view.gxy |
Provides two-dimensional views and components supporting the visualization of the former's representation.
|
com.luciad.view.gxy.controller |
Controllers for 2D views.
|
com.luciad.view.gxy.labeling |
Handles GXY view label placers and GXY labeling algorithms.
|
com.luciad.view.lightspeed |
Provides support for OpenGL-based 2D and 3D visualization of data.
|
com.luciad.view.lightspeed.controller |
Provides support for handling user interaction on an
ILspView . |
com.luciad.view.lightspeed.layer |
Provides layering support for
ILspView . |
com.luciad.view.swing |
This package provides Swing components which are related to a view or allow interaction with a view.
|
com.luciad.wms.client.gxy.tiled |
This package contains a painter that visualizes
ALcdWMSProxy
instances in a GXY view using a tiled approach. |
Modifier and Type | Method and Description |
---|---|
void |
TLcdPolylineContourFinder.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener about the progress of the contour computation.
|
void |
TLcdComplexPolygonContourFinder.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener about the progress of the contour computation.
|
void |
TLcdPolylineContourFinder.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the contour computation.
|
void |
TLcdComplexPolygonContourFinder.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the contour computation.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdEarthGXYRasterPainter.addStatusListener(ILcdStatusListener aStatusListener) |
void |
TLcdEarthGXYMultivaluedRasterPainter.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdEarthGXYRasterPainter.removeStatusListener(ILcdStatusListener aStatusListener) |
void |
TLcdEarthGXYMultivaluedRasterPainter.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdARINCModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdARINCModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdBinzModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdBinzModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdBUFRModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdBUFRModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdDAFIFTypeLoader.addStatusListener(ILcdStatusListener aStatusListener)
Registers a status listener to use for monitoring the decoding progress of
this DAFIF loader.
|
void |
TLcdDAFIFLoader.addStatusListener(ILcdStatusListener aListener)
Adds an
ILcdStatusListener to all DAFIF loaders used by this instance. |
void |
TLcdDAFIFTypeLoader.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the specified status listener.
|
void |
TLcdDAFIFLoader.removeStatusListener(ILcdStatusListener aListener)
Removes the specified status listener.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdDAFIFDataPreparatorMain.addStatusListener(ILcdStatusListener aListener)
Adds an
ILcdStatusListener , which will be triggered with
progress messages during the data preparation process. |
void |
TLcdDAFIFDataPreparatorMain.removeStatusListener(ILcdStatusListener aListener)
Removes the specified status listener.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdDAFIFTDataPreparatorMain.addStatusListener(ILcdStatusListener aListener)
Adds an
ILcdStatusListener , which will be triggered with
progress messages during the data preparation process. |
void |
TLcdDAFIFTDataPreparatorMain.removeStatusListener(ILcdStatusListener aListener)
Removes the specified status listener.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdE57ModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdE57ModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdGDALModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdGDALModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdIFCModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdIFCModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdKML22DynamicModel.addStatusListener(ILcdStatusListener aStatusListener)
Adds a status listener to this model.
|
void |
TLcdKML22DynamicModel.removeStatusListener(ILcdStatusListener aStatusListener)
Removes the specified status listener from this model.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdLASModelDecoder.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given listener so it will receive status events from this model decoder.
|
void |
TLcdLASModelDecoder.removeStatusListener(ILcdStatusListener aStatusListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdMGCPModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdMGCPModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdNetCDFModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdNetCDFModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdOpenFlightModelDecoder.addStatusListener(ILcdStatusListener aStatusListener)
Adds a status listener to be notified of decoding progress.
|
void |
TLcdOpenFlightFileDecoder.addStatusListener(ILcdStatusListener aStatusListener)
Adds a status listener to be notified of decoding progress.
|
boolean |
TLcdOpenFlightModelDecoder.removeStatusListener(ILcdStatusListener aStatusListener)
Removes a previously registered status listener
|
boolean |
TLcdOpenFlightFileDecoder.removeStatusListener(ILcdStatusListener aStatusListener)
Removes a previously registered status listener
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdLuciadPanoramaModelEncoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdLuciadPanoramaModelEncoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdGeoTIFFModelEncoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdArcInfoASCIIGridModelDecoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdGeoTIFFModelEncoder.removeStatusListener(ILcdStatusListener aListener) |
void |
TLcdArcInfoASCIIGridModelDecoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdGeoPackageModelEncoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdGeoPackageModelEncoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdLRDBModelEncoder.addStatusListener(ILcdStatusListener aStatusListener) |
void |
TLcdLRDBModelEncoder.removeStatusListener(ILcdStatusListener aStatusListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdLVDBModelEncoder.addStatusListener(ILcdStatusListener aStatusListener) |
void |
TLcdLVDBModelEncoder.removeStatusListener(ILcdStatusListener aStatusListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdOGC3DTilesModelEncoder.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdOGC3DTilesModelEncoder.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdVPFDatabaseTree.addStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
|
void |
TLcdVPFDatabasePanel.addStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
Adds a status listener.
|
void |
TLcdVPFDatabaseTree.removeStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
|
void |
TLcdVPFDatabasePanel.removeStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
Removes a status listener.
|
Modifier and Type | Method and Description |
---|---|
static int |
TLfnScaleUtil.computeScaleDenominator(ILcdModel aModel,
ILcdStatusListener aStatusListener)
Deprecated.
Compute the scale of a model.
|
Modifier and Type | Method and Description |
---|---|
void |
TLfnPointCloudPreprocessor.addStatusListener(ILcdStatusListener aStatusListener) |
void |
TLfnPointCloudPreprocessor.removeStatusListener(ILcdStatusListener aStatusListener) |
Modifier and Type | Method and Description |
---|---|
static int |
TLfnScaleUtil.computeScaleDenominator(ILcdModel aModel,
ILcdStatusListener aStatusListener)
Compute the scale of a model.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdGridSegmentScanner.addStatusListener(ILcdStatusListener aILcdStatusListener)
Adds a status listener.
|
void |
TLcdContourFinder.addStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
Starts notifying a listener about the progress of the contour computation.
|
void |
TLcdGridSegmentScanner.removeStatusListener(ILcdStatusListener aILcdStatusListener)
Removes a status listener.
|
void |
TLcdContourFinder.removeStatusListener(ILcdStatusListener aStatusListener)
Deprecated.
Terminates notifying a listener of the progress of the contour computation.
|
Modifier and Type | Method and Description |
---|---|
void |
ALcdGeodeticSegmentScanner.addStatusListener(ILcdStatusListener aILcdStatusListener)
Adds a status listener.
|
void |
ALcdGeodeticSegmentScanner.removeStatusListener(ILcdStatusListener aILcdStatusListener)
Removes a status listener.
|
Modifier and Type | Class and Description |
---|---|
class |
TLcdStatusBar
Deprecated.
use JProgressBar instead
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdStatusOutputStreamFactory.addStatusEventListener(ILcdStatusListener aStatusListener)
Adds the given
ILcdStatusListener to this TLcdStatusOutputStreamFactory . |
void |
TLcdStatusInputStreamFactory.addStatusEventListener(ILcdStatusListener aStatusListener)
Adds the given
ILcdStatusListener to this TLcdStatusInputStreamFactory . |
void |
TLcdStatusInputStreamFactory.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdStatusOutputStreamFactory.removeStatusEventListener(ILcdStatusListener aStatusListener)
Removes the given
ILcdStatusListener from this TLcdStatusOutputStreamFactory . |
void |
TLcdStatusInputStreamFactory.removeStatusEventListener(ILcdStatusListener aStatusListener)
Removes the given
ILcdStatusListener from this TLcdStatusInputStreamFactory . |
void |
TLcdStatusInputStreamFactory.removeStatusListener(ILcdStatusListener aListener) |
Modifier and Type | Method and Description |
---|---|
TLcd3DTilesProcessorBuilder |
TLcd3DTilesProcessorBuilder.statusListener(ILcdStatusListener aStatusListener)
Set the status listener to be notified of the task's progress.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdVisibilityMatrixViewFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of the visibility calculations.
|
void |
TLcdP2PCoverageFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of point-to-point visibility computations.
|
void |
TLcdMatrixViewRasterFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of the raster creation.
|
void |
TLcdLOSCoverageFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of line-of-sight computations and result conversions.
|
void |
TLcdExtremePointFinder.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener about the progress of the extreme point computation.
|
void |
TLcdAltitudeMatrixViewFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of the visibility calculations.
|
void |
TLcdVisibilityMatrixViewFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the visibility calculations.
|
void |
TLcdP2PCoverageFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener with the progress of point-to-point visibility computations.
|
void |
TLcdMatrixViewRasterFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the raster creation.
|
void |
TLcdLOSCoverageFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of line-of-sight computations and result conversions.
|
void |
TLcdExtremePointFinder.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the extreme point computation.
|
void |
TLcdAltitudeMatrixViewFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of the visibility calculations.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdTerrainViewshedFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of creation of a viewshed
|
void |
TLcd3DMeshViewshedFactory.addStatusListener(ILcdStatusListener aStatusListener)
Starts notifying a listener with the progress of creation of a viewshed
|
void |
TLcdTerrainViewshedFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of creation of a viewshed
|
void |
TLcd3DMeshViewshedFactory.removeStatusListener(ILcdStatusListener aStatusListener)
Terminates notifying a listener of the progress of creation of a viewshed
|
Modifier and Type | Class and Description |
---|---|
class |
ALcdWeakStatusListener<T,R extends ILcdStatusSource>
An
ILcdStatusListener implementation which only keeps a WeakReference to the object it
wants to update when change events are received. |
Modifier and Type | Method and Description |
---|---|
ILcdStatusListener<T> |
TLcdStatusEventSupport.asListener()
Returns a status listener that forwards all received events to the registered listeners.
|
ILcdStatusListener<T>[] |
TLcdStatusEventSupport.getStatusListeners()
Returns an array containing all listeners that were added using
TLcdStatusEventSupport.addStatusListener(com.luciad.util.ILcdStatusListener<T>) . |
Modifier and Type | Method and Description |
---|---|
void |
ILcdStatusSource.addStatusListener(ILcdStatusListener aListener)
Registers the given listener so it will receive status events from this source.
|
void |
TLcdStatusEventSupport.addStatusListener(ILcdStatusListener<T> aStatusListener)
Adds a status listener that will listen to the events fired using
TLcdStatusEventSupport.fireStatusEvent(com.luciad.util.TLcdStatusEvent<T>) . |
void |
ILcdStatusSource.removeStatusListener(ILcdStatusListener aListener)
Removes the specified listener so it is no longer notified.
|
void |
TLcdStatusEventSupport.removeStatusListener(ILcdStatusListener<T> aStatusListener)
Removes a status listener that listened to the events fired using this instances
TLcdStatusEventSupport.fireStatusEvent(com.luciad.util.TLcdStatusEvent<T>) . |
static <T> void |
TLcdStatusEvent.sendMessage(ILcdStatusListener<T> aStatusListener,
T aSource,
String aMessage,
TLcdStatusEvent.Severity aSeverity)
Sends a new
message status event. |
static <T> TLcdStatusEvent.Progress<T> |
TLcdStatusEvent.startIndeterminateProgress(ILcdStatusListener<T> aListener,
T aSource,
String aMessage)
Starts reporting of a new task where the progress is not known.
|
static <T> TLcdStatusEvent.Progress<T> |
TLcdStatusEvent.startProgress(ILcdStatusListener<T> aListener,
T aSource,
String aMessage)
Starts reporting of a new task where the progress is known.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdGXYViewPlanarImage.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewPanel.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewJPanelLightWeight.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewJPanel.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewCanvas.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewBufferedImage.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
default void |
ILcdGXYView.addStatusListener(ILcdStatusListener aStatusListener)
Registers the given
ILcdStatusListener to be notified of view status events. |
void |
TLcdGXYViewPlanarImage.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
void |
TLcdGXYViewPanel.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
void |
TLcdGXYViewJPanelLightWeight.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
void |
TLcdGXYViewJPanel.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
void |
TLcdGXYViewCanvas.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
void |
TLcdGXYViewBufferedImage.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
default void |
ILcdGXYView.removeStatusListener(ILcdStatusListener aStatusListener)
Unregisters the given
ILcdStatusListener from being notified of view status events. |
Modifier and Type | Method and Description |
---|---|
void |
ALcdGXYController.addStatusListener(ILcdStatusListener aStatusListener) |
void |
ALcdGXYChainableController.addStatusListener(ILcdStatusListener aStatusListener) |
void |
ALcdGXYController.removeStatusListener(ILcdStatusListener aStatusListener) |
void |
ALcdGXYChainableController.removeStatusListener(ILcdStatusListener aStatusListener) |
Modifier and Type | Method and Description |
---|---|
void |
TLcdGXYLabelPlacer.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdGXYCompositeViewLabelPlacer.addStatusListener(ILcdStatusListener aListener) |
void |
TLcdGXYAsynchronousLabelPlacer.addStatusListener(ILcdStatusListener aListener) |
void |
ILcdGXYViewLabelPlacer.addStatusListener(ILcdStatusListener aListener)
Adds the given status listener to this view label placer.
|
void |
TLcdGXYLabelPlacer.removeStatusListener(ILcdStatusListener aListener) |
void |
TLcdGXYCompositeViewLabelPlacer.removeStatusListener(ILcdStatusListener aListener) |
void |
TLcdGXYAsynchronousLabelPlacer.removeStatusListener(ILcdStatusListener aListener) |
void |
ILcdGXYViewLabelPlacer.removeStatusListener(ILcdStatusListener aListener)
Removes the given status listener from this view label placer.
|
Modifier and Type | Method and Description |
---|---|
ILcdStatusListener |
TLspViewPrintSettings.getStatusListener()
Returns a status listener that will be notified of progress during a
printing operations.
|
Modifier and Type | Method and Description |
---|---|
TLspViewPrintSettings.Builder |
TLspViewPrintSettings.Builder.statusListener(ILcdStatusListener aStatusListener)
Sets a status listener to be notified of progress during a printing
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
ALspController.addStatusListener(ILcdStatusListener aStatusListener)
Adds a status listener to this controller.
|
void |
ALspController.removeStatusListener(ILcdStatusListener aStatusListener)
Removes a status listener to this controller.
|
Modifier and Type | Method and Description |
---|---|
void |
ILspLayer.addStatusListener(ILcdStatusListener<ILspLayer> aListener)
Adds a status listener to this layer that is notified when the layer
starts work asynchronously, when it is in progress, and when
it is finished.
|
void |
ALspLayer.addStatusListener(ILcdStatusListener<ILspLayer> aStatusListener) |
void |
ILspLayer.removeStatusListener(ILcdStatusListener<ILspLayer> aListener)
Removes a previously added status listener from this layer.
|
void |
ALspLayer.removeStatusListener(ILcdStatusListener<ILspLayer> aStatusListener) |
Modifier and Type | Method and Description |
---|---|
void |
ALcdViewComponentPrintable.addStatusListener(ILcdStatusListener aListener)
Adds a listener to be notified of printing progress.
|
void |
ALcdViewComponentPrintable.removeStatusListener(ILcdStatusListener aListener)
Removes a listener from the listeners to be notified of printing progress.
|
Modifier and Type | Method and Description |
---|---|
void |
TLcdGXYTiledWMSProxyPainter.addStatusListener(ILcdStatusListener aStatusListener) |
void |
TLcdGXYTiledWMSProxyPainter.removeStatusListener(ILcdStatusListener aStatusListener) |