Constructor Thread(ThreadGroup group, Runnable target)
Member of:
java.lang.Thread
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
this.thisThread = new Thread( group, new LoopRunnable() );
2
new Thread(threadGroup, tc).start();
3
new Thread(threadGroup, tc).start();
4
threads[i] = new Thread(group, new Runnable()
5
m_trustedWorker = new Thread(currentThread.getThreadGroup(),
6
new Thread (group, qsp).start();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.