org.objectweb.jonathan.libs.resources
Class SimpleChunkFactoryFactory
java.lang.Object
|
+--org.objectweb.jonathan.libs.resources.SimpleChunkFactoryFactory
- All Implemented Interfaces:
- Factory
- public class SimpleChunkFactoryFactory
- extends Object
- implements Factory
JChunkFactory factory implementation.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleChunkFactoryFactory
public SimpleChunkFactoryFactory()
newObject
public Object newObject(Context _c)
- Returns a singleton SimpleChunkFactory.
- Specified by:
newObject in interface Factory
- Parameters:
_c - unused.- Returns:
- a SimpleChunkFactory.