Uses of Interface
com.luciad.lucy.ILcyAddOnContainerListener
Packages that use ILcyAddOnContainerListener
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 ILcyAddOnContainerListener in com.luciad.lucy
Methods in com.luciad.lucy with parameters of type ILcyAddOnContainerListenerModifier and TypeMethodDescriptionvoidILcyLucyEnv.addAddOnContainerListener(ILcyAddOnContainerListener aAddOnContainerListener) Adds the given addon container listener to this lucy environment.voidILcyLucyEnv.removeAddOnContainerListener(ILcyAddOnContainerListener aAddOnContainerListener) Removes the given addon container listener from this lucy environment.