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