org.picocontainer.gems.util
Class Multicaster
java.lang.Object
org.picocontainer.gems.util.Multicaster
public class Multicaster
- extends Object
Factory for creating a multicaster object that multicasts calls to all
components in a PicoContainer instance.
- Author:
- Aslak Hellesøy, Chris Stevenson, Paul Hammant
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Multicaster
public Multicaster()
object
public static Object object(PicoContainer pico,
boolean callInInstantiationOrder,
ProxyFactory proxyFactory)
- Create a
Multicasting
proxy for the components of a PicoContainer
.
- Parameters:
pico
- the containercallInInstantiationOrder
- true
if the components will be called in instantiation orderproxyFactory
- the ProxyFactory to use
- Returns:
- the Multicasting proxy
Copyright © 2003-2010 Codehaus. All Rights Reserved.