org.oddjob.beanbus
Class EmptyDestination<T>

java.lang.Object
  extended by org.oddjob.beanbus.EmptyDestination<T>
All Implemented Interfaces:
Destination<T>

public class EmptyDestination<T>
extends Object
implements Destination<T>


Constructor Summary
EmptyDestination()
           
 
Method Summary
 void accept(T bean)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyDestination

public EmptyDestination()
Method Detail

accept

public void accept(T bean)
Specified by:
accept in interface Destination<T>