Package com.bencodez.advancedcore.thread
Class Thread
java.lang.Object
com.bencodez.advancedcore.thread.Thread
Deprecated.
The Class Thread.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ThreadDeprecated.Gets the single instance of Thread.Deprecated.voidDeprecated.Load thread.voidDeprecated.Run.
-
Method Details
-
getInstance
Deprecated.Gets the single instance of Thread.- Returns:
- single instance of Thread
-
getThread
Deprecated.- Returns:
- the thread
-
loadThread
public void loadThread()Deprecated.Load thread. -
run
Deprecated.Run.- Parameters:
run- the run
-