Uses of Interface
net.sf.jguiraffe.di.BeanCreationListener
-
Packages that use BeanCreationListener Package Description net.sf.jguiraffe.di DI stands for Dependency Injection.net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindipackage.net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder. -
-
Uses of BeanCreationListener in net.sf.jguiraffe.di
Methods in net.sf.jguiraffe.di with parameters of type BeanCreationListener Modifier and Type Method Description voidBeanContext. addBeanCreationListener(BeanCreationListener l)Adds a newBeanCreationListenerto this context.voidBeanContext. removeBeanCreationListener(BeanCreationListener l)Removes the specifiedBeanCreationListenerfrom this context. -
Uses of BeanCreationListener in net.sf.jguiraffe.di.impl
Methods in net.sf.jguiraffe.di.impl with parameters of type BeanCreationListener Modifier and Type Method Description voidBeanContextWrapper. addBeanCreationListener(BeanCreationListener l)Adds the specifiedBeanCreationListenerto this context.voidDefaultBeanContext. addBeanCreationListener(BeanCreationListener l)Adds the specifiedBeanCreationListenerto this context.voidBeanContextWrapper. removeBeanCreationListener(BeanCreationListener l)Removes the specifiedBeanCreationListenerfrom this context.voidDefaultBeanContext. removeBeanCreationListener(BeanCreationListener l)Removes the specifiedBeanCreationListenerfrom this context. -
Uses of BeanCreationListener in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return types with arguments of type BeanCreationListener Modifier and Type Method Description Collection<BeanCreationListener>ApplicationBuilderData. getBeanCreationListeners()Returns a collection withBeanCreationListenerobjects to be registered at theBeanContextcreated by the builder.Methods in net.sf.jguiraffe.gui.app with parameters of type BeanCreationListener Modifier and Type Method Description voidApplicationBuilderData. addBeanCreationListener(BeanCreationListener l)Adds the specifiedBeanCreationListenerto this object.Method parameters in net.sf.jguiraffe.gui.app with type arguments of type BeanCreationListener Modifier and Type Method Description voidApplicationBuilderData. addBeanCreationListeners(Collection<? extends BeanCreationListener> listeners)Adds allBeanCreationListenerobjects contained in the given collection to this object. -
Uses of BeanCreationListener in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return types with arguments of type BeanCreationListener Modifier and Type Method Description Collection<BeanCreationListener>BuilderData. getBeanCreationListeners()Returns a collection with objects to be registered asBeanCreationListenerat theBeanContextcreated during the builder operation.
-