Package net.officefloor.frame.api.manage
Interface ProcessManager
-
public interface ProcessManager
Manages theProcessState
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Cancels execution of theProcessState
.
-
-
-
Method Detail
-
cancel
void cancel()
Cancels execution of theProcessState
.
-
-