Konstruktoren
The default initializer causes the callback thread to remain attached as a daemon thread, using the default thread name and group.
Keep the callback thread attached, with the given daemon state, using the default thread name and group.
Uses the default thread name and group.
Uses the default thread group.
Specify all aspects of how the callback thread should be initialized.
boolean
Returns whether the Thread should be detached from the VM after the callback exits, if the thread was not already attached to begin with.
Returns the desired name for this thread, or null for the default.
Returns the desired ThreadGroup for thread, or null for the default.
boolean
Returns whether the callback thread should be a daemon thread.
Von Klasse geerbte Methoden java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CallbackThreadInitializer()
The default initializer causes the callback thread to remain attached as a daemon thread, using the default thread name and group.
public CallbackThreadInitializer(boolean daemon)
Keep the callback thread attached, with the given daemon state, using the default thread name and group.
public CallbackThreadInitializer(boolean daemon, boolean detach)
Uses the default thread name and group.
Uses the default thread group.
Specify all aspects of how the callback thread should be initialized.
Returns the desired name for this thread, or null for the default.
Returns the desired ThreadGroup for thread, or null for the default.
Returns whether the callback thread should be a daemon thread.
Returns whether the Thread should be detached from the VM after the callback exits, if the thread was not already attached to begin with.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4