public class SimProcessThreadingStrategy extends Object implements ISimProcessStrategy
| Constructor and Description |
|---|
SimProcessThreadingStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
finishProcess() |
void |
resumeProcess() |
void |
startProcess(Runnable myRunnable) |
void |
suspendProcess() |
public void startProcess(Runnable myRunnable)
startProcess in interface ISimProcessStrategypublic void resumeProcess()
resumeProcess in interface ISimProcessStrategypublic void finishProcess()
finishProcess in interface ISimProcessStrategypublic void suspendProcess()
suspendProcess in interface ISimProcessStrategy