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 Process
fromRunnable
(Runnable runnable) Creates a newProcess
from aRunnable
protected abstract void
run()
Main logic for running this process.