Uses of Class
com.luciad.lucy.util.TLcyVetoException
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 TLcyVetoException in com.luciad.lucy
Modifier and TypeMethodDescriptionvoid
ILcyLucyEnvListener.lucyEnvStatusChanged
(TLcyLucyEnvEvent aEvent) Indicates that the status of theILcyLucyEnv
has changed.void
ILcyLucyEnv.setLucyEnvState
(int aLucyEnvState) Puts thisILcyLucyEnv
in the given state.void
ILcyLucyEnv.setLucyEnvState
(int aLucyEnvState, Runnable aRevokeVetoRunnable) Puts thisILcyLucyEnv
in the given state, with the ability for a listener to revoke its veto.