com.thoughtworks.proxy.toys.multicast
Class Multicasting.MulticastingWith<T>

java.lang.Object
  extended by com.thoughtworks.proxy.toys.multicast.Multicasting.MulticastingWith<T>
Enclosing class:
Multicasting<T>

public static class Multicasting.MulticastingWith<T>
extends Object


Method Summary
 Multicasting.MulticastingBuild<T> with(Object... targets)
          With these target Objects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

with

public Multicasting.MulticastingBuild<T> with(Object... targets)
With these target Objects

Parameters:
targets - targets the target objects
Returns:
the factory
Since:
1.0


Copyright © 2005-2010 Codehaus. All Rights Reserved.