Uses of Interface
com.luciad.util.ILcdLogListener
Packages that use ILcdLogListener
Package
Description
GUI aspects specific for AWT.
This package contains the core of Lucy: the
back-end
, which
is the central point of Lucy where addons
can add functionality to
extend Lucy, and the default front-end
.Contains classes to enable the exchange of model objects from one layer to another.
Provides workspace support for Lucy; a workspace is the complete state of the application (loaded
data, opened panels, ...); it can be saved to and loaded from for example a file.
Basic utilities.
-
Uses of ILcdLogListener in com.luciad.gui.awt
Classes in com.luciad.gui.awt that implement ILcdLogListenerModifier and TypeClassDescriptionclass
Deprecated.new code should use the standard logging instead. -
Uses of ILcdLogListener in com.luciad.lucy
Methods in com.luciad.lucy that return ILcdLogListenerModifier and TypeMethodDescriptionTLcyDataFormatManager.getLogListener()
Returns the one and onlyILcdLogListener
to which end-user messages will be passed when handling data.Methods in com.luciad.lucy with parameters of type ILcdLogListenerModifier and TypeMethodDescriptionvoid
TLcyDataFormatManager.setLogListener
(ILcdLogListener aLogListener) Sets the one and onlyILcdLogListener
to which end-user messages will be passed when handling data. -
Uses of ILcdLogListener in com.luciad.lucy.datatransfer
Methods in com.luciad.lucy.datatransfer that return ILcdLogListenerModifier and TypeMethodDescriptionfinal ILcdLogListener
ALcyDefaultLayerSelectionTransferHandler.getLogListener()
ALcyLayerSelectionTransferHandler.getLogListener()
Gives you the ILcdLogListener that redirects all messages to theILcdLogListener
s attached to thisALcyLayerSelectionTransferHandler
.Methods in com.luciad.lucy.datatransfer with parameters of type ILcdLogListenerModifier and TypeMethodDescriptionfinal void
ALcyLayerSelectionTransferHandler.addLogListener
(ILcdLogListener aLogListener) Adds aILcdLogListener
to thisALcyLayerSelectionTransferHandler
.final void
ALcyLayerSelectionTransferHandler.removeLogListener
(ILcdLogListener aLogListener) Removes the specifiedILcdLogListener
to thisALcyLayerSelectionTransferHandler
. -
Uses of ILcdLogListener in com.luciad.lucy.workspace
Methods in com.luciad.lucy.workspace that return ILcdLogListenerModifier and TypeMethodDescriptionALcyWorkspaceCodec.getLogListener()
Returns theILcdLogListener
to which allALcyWorkspaceObjectCodec
s andALcyWorkspaceCodecDelegate
s can report non-fatal error/warning messages that need to be reported to the end user.Methods in com.luciad.lucy.workspace with parameters of type ILcdLogListenerModifier and TypeMethodDescriptionvoid
ALcyWorkspaceCodec.setLogListener
(ILcdLogListener aLogListener) Sets the log listener to which allALcyWorkspaceObjectCodec
s andALcyWorkspaceCodecDelegate
s can report non-fatal error/warning messages that need to be reported to the end user. -
Uses of ILcdLogListener in com.luciad.util
Classes in com.luciad.util that implement ILcdLogListenerModifier and TypeClassDescriptionclass
Deprecated.new code should use the standard Java loggingMethods in com.luciad.util with parameters of type ILcdLogListenerModifier and TypeMethodDescriptionstatic void
TLcdLog.addLogListener
(ILcdLogListener aLogListener) Deprecated.use the methodTLcdLog.setLogListener(ILcdLogListener)
.static void
TLcdLog.setLogListener
(ILcdLogListener aLogListener) Deprecated.Sets the log listener who is responsible for handling the messages passed to the log.