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