public interface MutexTask
| Modifier and Type | Method and Description | 
|---|---|
void | 
start()
Begins the execution of a mutually exclusive task. 
 | 
void | 
stop()
This method will be called when exclusivity of task execution
 can no longer be guaranteed. 
 | 
void start()
void stop()