Package com.mrivanplays.process
Class Process
java.lang.Object
com.mrivanplays.process.Process
Represents a process that's going to be run.
- Since:
- 0.0.1
- Author:
- Ivan Pekov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessfromRunnable(Runnable runnable) Creates a newProcessfrom aRunnableprotected abstract voidrun()Main logic for running this process.