Uses of Class
net.sourceforge.dynamicdispatch.DispatcherFactory

Packages that use DispatcherFactory
net.sourceforge.dynamicdispatch   
net.sourceforge.dynamicdispatch.bytecode   
net.sourceforge.dynamicdispatch.reflection   
net.sourceforge.dynamicdispatch.sourcecode   
 

Uses of DispatcherFactory in net.sourceforge.dynamicdispatch
 

Methods in net.sourceforge.dynamicdispatch with parameters of type DispatcherFactory
static void DispatcherFactory.setDefaultFactory(DispatcherFactory f)
          Sets the factory used by the createDefaultDispatcher methods.
 

Uses of DispatcherFactory in net.sourceforge.dynamicdispatch.bytecode
 

Subclasses of DispatcherFactory in net.sourceforge.dynamicdispatch.bytecode
 class ByteCodeDispatcherFactory
          This factory generates a new dispatcher class on the fly (dynamically defines the class in byte code).
 

Uses of DispatcherFactory in net.sourceforge.dynamicdispatch.reflection
 

Subclasses of DispatcherFactory in net.sourceforge.dynamicdispatch.reflection
 class ReflectionDispatcherFactory
          This factory returns a default, reflection based dispatcher (does not require any additional libraries).
 

Uses of DispatcherFactory in net.sourceforge.dynamicdispatch.sourcecode
 

Subclasses of DispatcherFactory in net.sourceforge.dynamicdispatch.sourcecode
 class SourceCodeDispatcherFactory