Uses of Interface
com.luciad.lucy.ILcyLucyEnvListener
Packages that use ILcyLucyEnvListener
Package
Description
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
.-
Uses of ILcyLucyEnvListener in com.luciad.lucy
Methods in com.luciad.lucy that return ILcyLucyEnvListenerModifier and TypeMethodDescriptionstatic ILcyLucyEnvListener
ILcyLucyEnvListener.onceWhenClosed
(Consumer<ILcyLucyEnv> aLucyEnvConsumer) Utility method to create a newILcyLucyEnvListener
which will triggeraLucyEnvConsumer
when the state of Lucy changes toTLcyLucyEnvEvent.CLOSED
.static ILcyLucyEnvListener
ILcyLucyEnvListener.onceWhenInitialized
(Consumer<ILcyLucyEnv> aLucyEnvConsumer) Utility method to create a newILcyLucyEnvListener
which will triggeraLucyEnvConsumer
when the state of Lucy changes toTLcyLucyEnvEvent.INITIALIZED
.Methods in com.luciad.lucy with parameters of type ILcyLucyEnvListenerModifier and TypeMethodDescriptionvoid
ILcyLucyEnv.addLucyEnvListener
(ILcyLucyEnvListener aLucyEnvListener) Adds the given lucy env listener to this lucy environment.void
ILcyLucyEnv.removeLucyEnvListener
(ILcyLucyEnvListener aLucyEnvListener) Removes the given lucy env listener from this lucy environment.