org.oddjob.beanbus
Interface Driver<T>

All Known Implementing Classes:
IterableDriver, ScriptParser

public interface Driver<T>


Method Summary
 void go()
           
 void setTo(Destination<? super T> to)
           
 void stop()
           
 

Method Detail

setTo

void setTo(Destination<? super T> to)

go

void go()
        throws BusException
Throws:
BusException

stop

void stop()