Package org.gjt.lindfors.util.support

Support classes used by org.gjt.lindfors.util package and its subpackages.

See:
          Description

Class Summary
VisualizerSupport [PENDING] Every effort has been made to try to achieve thread-safety in EventGeneratorSupport class.
 

Package org.gjt.lindfors.util.support Description

Support classes used by org.gjt.lindfors.util package and its subpackages. Support classes most often consist of static factory methods and/or instantiable support classes. Instantiable support classes contain methods that can be used by the host classes to delegate method requests to when there has been a reason to avoid using inheritance.

This package is not released by itself, but is released as a dependant package of org.gjt.lindfors.util package.

If you wish to download a stable release, you need to download the entire org.gjt.lindfors.util package. Otherwise, you'll have to use anonymous CVS access instead.

Package Specification

Related Documentation

TODO

Version:
0.5
Author:
Juha Lindfors (jpl@gjt.org)