de.nava.informa.utils.toolkit
Interface WorkerThreadFactoryIF


public interface WorkerThreadFactoryIF

Factory of WorkerThread objects, necessary to WorkersManager to initialize new instances. Implementation of this interface is passed to the manager during construction.

Author:
Aleksey Gureev (spyromus@noizeramp.com)

Method Summary
 WorkerThread create()
          Creates new worker thread object.
 

Method Detail

create

WorkerThread create()
Creates new worker thread object.

Returns:
worker thread object.


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.