Uses of Class
com.luciad.lucy.util.TLcyVetoException
Packages that use 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
Methods in com.luciad.lucy that throw TLcyVetoExceptionModifier and TypeMethodDescriptionvoidILcyLucyEnvListener.lucyEnvStatusChanged(TLcyLucyEnvEvent aEvent) Indicates that the status of theILcyLucyEnvhas changed.voidILcyLucyEnv.setLucyEnvState(int aLucyEnvState) Puts thisILcyLucyEnvin the given state.voidILcyLucyEnv.setLucyEnvState(int aLucyEnvState, Runnable aRevokeVetoRunnable) Puts thisILcyLucyEnvin the given state, with the ability for a listener to revoke its veto.